Skip to content

Commit 9bada40

Browse files
minor #20364 CS: apply rules (keradus)
This PR was squashed before being merged into the 2.7 branch (closes #20364). Discussion ---------- CS: apply rules | Q | A | | --- | --- | | Branch? | 2.7 | | Bug fix? | no | | New feature? | no | | BC breaks? | no | | Deprecations? | no | | Tests pass? | n/a | | Fixed tickets | - | | License | MIT | | Doc PR | - | Commits ------- 22d4e15 CS: apply rules
2 parents 192d26a + 4660e9d commit 9bada40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/DateFormatter/IntlDateFormatterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ protected function isIntlFailure($errorCode)
222222
private function notImplemented(array $dataSets)
223223
{
224224
return array_map(function ($row) {
225-
return array($row[0], $row[1], 0);
226-
}, $dataSets);
225+
return array($row[0], $row[1], 0);
226+
}, $dataSets);
227227
}
228228
}

0 commit comments

Comments
 (0)