Skip to content

Commit 4660e9d

Browse files
keradusnicolas-grekas
authored andcommitted
CS: apply rules
1 parent 039bd44 commit 4660e9d

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)