Skip to content

Commit bd756b6

Browse files
committed
PHP 5.3 fixed
1 parent 9fbe568 commit bd756b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public function testParseLines()
272272
);
273273

274274
isSame($expected, Filter::parseLines($source));
275-
isSame($expected, Filter::parseLines([$source]));
275+
isSame($expected, Filter::parseLines(array($source)));
276276
}
277277

278278
public function testOthers()

0 commit comments

Comments
 (0)