Skip to content

Commit

Permalink
Merge branch 'mhujer-security/ZF2015-09-php53'
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Nov 26, 2015
2 parents 6b68fe9 + 5b88bf9 commit d843217
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Zend/Crypt/MathTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ public function testRandInteger()

public static function provideRandInt()
{
return [
[2, 1, 10000, 100, 0.9, 1.1, false],
[2, 1, 10000, 100, 0.8, 1.2, true]
];
return array(
array(2, 1, 10000, 100, 0.9, 1.1, false),
array(2, 1, 10000, 100, 0.8, 1.2, true)
);
}

/**
Expand Down

0 comments on commit d843217

Please sign in to comment.