Skip to content

Commit

Permalink
[TASK] Make php-cs-fixer happy
Browse files Browse the repository at this point in the history
Related: #1214
  • Loading branch information
mschwemer committed Feb 20, 2025
1 parent 1a0aa95 commit 7f3d296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function __construct(
$this->uploadService = $uploadService;
$this->eventDispatcher = $eventDispatcher;

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

/**
Expand Down

0 comments on commit 7f3d296

Please sign in to comment.