Skip to content

Commit f9c1f2c

Browse files
DQNEOfabpot
authored andcommitted
declare type for arguments of anonymous functions for v2.7
1 parent e41f8ea commit f9c1f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DateFormatter/IntlDateFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ protected function isIntlFailure($errorCode)
219219
*/
220220
private function notImplemented(array $dataSets)
221221
{
222-
return array_map(function ($row) {
222+
return array_map(function (array $row) {
223223
return array($row[0], $row[1], 0);
224224
}, $dataSets);
225225
}

0 commit comments

Comments
 (0)