From 79493e44d8955e5d5654ff2c5211eaa041cf180f Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 11 Oct 2023 07:43:25 +0000 Subject: [PATCH] Apply fixes from StyleCI --- framework/core/tests/integration/extenders/ConditionalTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/tests/integration/extenders/ConditionalTest.php b/framework/core/tests/integration/extenders/ConditionalTest.php index bed5f6988d..e68472d2c5 100644 --- a/framework/core/tests/integration/extenders/ConditionalTest.php +++ b/framework/core/tests/integration/extenders/ConditionalTest.php @@ -147,7 +147,7 @@ public function conditional_injects_dependencies_to_condition_callable() $this->extend( (new Extend\Conditional()) ->when(function (?ExtensionManager $extensions) { - if (!$extensions) { + if (! $extensions) { throw new Exception('ExtensionManager not injected'); } }, [