mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02:00
Apply fixes from StyleCI
This commit is contained in:
@@ -147,7 +147,7 @@ class ConditionalTest extends TestCase
|
|||||||
$this->extend(
|
$this->extend(
|
||||||
(new Extend\Conditional())
|
(new Extend\Conditional())
|
||||||
->when(function (?ExtensionManager $extensions) {
|
->when(function (?ExtensionManager $extensions) {
|
||||||
if (!$extensions) {
|
if (! $extensions) {
|
||||||
throw new Exception('ExtensionManager not injected');
|
throw new Exception('ExtensionManager not injected');
|
||||||
}
|
}
|
||||||
}, [
|
}, [
|
||||||
|
Reference in New Issue
Block a user