Skip to content

Commit d7bbb28

Browse files
committed
Removed yet more 5.4isms
1 parent 5cec107 commit d7bbb28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lib/LanguageAgnosticTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function run(\PHPUnit_Framework_TestResult $result=null)
8181
$found = array('user-error');
8282
}
8383
elseif (empty($opt->args)) {
84-
$found = [];
84+
$found = array();
8585
}
8686
else {
8787
$found = $opt->args;

0 commit comments

Comments
 (0)