Skip to content

Commit 4fd1dbb

Browse files
committed
Apply fixes from StyleCI
1 parent 1bd8799 commit 4fd1dbb

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

+1-1
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)