Skip to content

Commit

Permalink
CS Fix
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Mar 1, 2024
1 parent 3f93418 commit 943cb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ConfigProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function testServicesDefinedInConfigProvider(): void

self::assertIsArray($config['dependencies']);
/** @psalm-var ServiceManagerConfiguration $dependencies */
$dependencies = $config['dependencies'];
$dependencies = $config['dependencies'];
$dependencies['services'] ??= [];
if (isset($dependencies['services']['config'])) {
unset($dependencies['services']['config']);
Expand Down

0 comments on commit 943cb92

Please sign in to comment.