Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 3, 2024
1 parent c1c77fb commit a420c7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/PositionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'driver' => 'local',
'countryName' => 'foo',
'countryCode' => 'bar',
]
],
],
// Snake casing attributes:
[
Expand All @@ -38,8 +38,8 @@
'driver' => 'local',
'countryName' => 'foo',
'countryCode' => 'bar',
]
]
],
],
]);

it('returns empty', function () {
Expand Down

0 comments on commit a420c7a

Please sign in to comment.