Skip to content

Commit f0da45b

Browse files
Merge branch '2.7' into 2.8
* 2.7: CS fixes Remove trailing space CS: apply rules [Yaml] Clean some messages + add test case [Form] Fix UrlType transforms valid protocols [SecurityBundle] Changed encoder configuration example to bcrypt
2 parents 17217df + 9bada40 commit f0da45b

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)