Skip to content

Commit 4771b31

Browse files
Fix CS/WS issues
1 parent 1c30c45 commit 4771b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Framework/Assert/assertArraysAreIdenticalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public static function failureProvider(): array
219219
]
220220

221221
EOT,
222-
[0 => 1, 'a' => 'b', 2 => 'c'],
222+
[0 => 1, 'a' => 'b', 2 => 'c'],
223223
['a' => 'b', 0 => 1, 2 => 'c'],
224224
],
225225

0 commit comments

Comments
 (0)