Skip to content

Commit dd02bd5

Browse files
committed
Apply fixes from StyleCI
1 parent 27f19e7 commit dd02bd5

File tree

1 file changed

+1
-1
lines changed
  • tests/Infrastructure/CodeUsage/Fixture/Production/config

1 file changed

+1
-1
lines changed

tests/Infrastructure/CodeUsage/Fixture/Production/config/prod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
'key-2' => 'value-2',
1111
],
1212
'objects' => [
13-
'spl-fixed-array' => new \Production\Spl\SplFixedArray(),
13+
'spl-fixed-array' => new Production\Spl\SplFixedArray(),
1414
],
1515
]);

0 commit comments

Comments
 (0)