mirror of
https://github.com/flarum/core.git
synced 2025-08-07 17:07:19 +02:00
Apply fixes from StyleCI
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}, [
|
||||
|
Reference in New Issue
Block a user