Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit d843217

Browse files
committed
Merge branch 'mhujer-security/ZF2015-09-php53'
Closes zendframework#649
2 parents 6b68fe9 + 5b88bf9 commit d843217

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Zend/Crypt/MathTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ public function testRandInteger()
8080

8181
public static function provideRandInt()
8282
{
83-
return [
84-
[2, 1, 10000, 100, 0.9, 1.1, false],
85-
[2, 1, 10000, 100, 0.8, 1.2, true]
86-
];
83+
return array(
84+
array(2, 1, 10000, 100, 0.9, 1.1, false),
85+
array(2, 1, 10000, 100, 0.8, 1.2, true)
86+
);
8787
}
8888

8989
/**

0 commit comments

Comments
 (0)