Skip to content

Commit

Permalink
make style-ci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lmottasin committed Jun 5, 2024
1 parent 30a9a37 commit 0e3a7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Support/SupportArrTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1163,9 +1163,9 @@ public function testSortRecursiveDesc()
'nested' => [
'level1' => [
'level2' => [
'level3' => [2,3,1],
'level3' => [2, 3, 1],
],
'values' => [4,5,6],
'values' => [4, 5, 6],
],
],
'mixed' => [
Expand Down

0 comments on commit 0e3a7ef

Please sign in to comment.