Skip to content

Commit 7f3d296

Browse files
committed
[TASK] Make php-cs-fixer happy
Related: #1214
1 parent 1a0aa95 commit 7f3d296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Controller/AbstractController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function __construct(
110110
$this->uploadService = $uploadService;
111111
$this->eventDispatcher = $eventDispatcher;
112112

113-
$this->isPhpSpreadsheetInstalled = class_exists(\PhpOffice\PhpSpreadsheet\IOFactory::class);;
113+
$this->isPhpSpreadsheetInstalled = class_exists(\PhpOffice\PhpSpreadsheet\IOFactory::class);
114114
}
115115

116116
/**

0 commit comments

Comments
 (0)