Skip to content

Commit fc0fe20

Browse files
kingjia90github-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 3428520 commit fc0fe20

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Controller/Admin/Asset/AssetHelperController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ public function doExportAction(Request $request): JsonResponse
705705
$csv = $this->getCsvData($language, $list, $fields, $header, $addTitles);
706706

707707
$temp = tmpfile();
708+
708709
try {
709710
$storage = Storage::get('temp');
710711
$csvFile = $this->getCsvFile($fileHandle);

src/Controller/Admin/DataObject/DataObjectHelperController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,6 +1289,7 @@ public function doExportAction(
12891289
);
12901290

12911291
$temp = tmpfile();
1292+
12921293
try {
12931294
$storage = Storage::get('temp');
12941295
$csvFile = $this->getCsvFile($fileHandle);

0 commit comments

Comments
 (0)