1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 08:56:38 +02:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-10-11 07:43:25 +00:00
parent 7837481d21
commit 79493e44d8

View File

@@ -147,7 +147,7 @@ class ConditionalTest extends TestCase
$this->extend(
(new Extend\Conditional())
->when(function (?ExtensionManager $extensions) {
if (!$extensions) {
if (! $extensions) {
throw new Exception('ExtensionManager not injected');
}
}, [