Skip to content

Commit ced8283

Browse files
authored
Merge pull request #186 from stevebauman/analysis-KoVR59
Apply fixes from StyleCI
2 parents c1c77fb + a420c7a commit ced8283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/PositionTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'driver' => 'local',
2424
'countryName' => 'foo',
2525
'countryCode' => 'bar',
26-
]
26+
],
2727
],
2828
// Snake casing attributes:
2929
[
@@ -38,8 +38,8 @@
3838
'driver' => 'local',
3939
'countryName' => 'foo',
4040
'countryCode' => 'bar',
41-
]
42-
]
41+
],
42+
],
4343
]);
4444

4545
it('returns empty', function () {

0 commit comments

Comments
 (0)