Skip to content

Commit

Permalink
Scrutinizer Auto-Fixes
Browse files Browse the repository at this point in the history
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
  • Loading branch information
scrutinizer-auto-fixer committed May 31, 2017
1 parent dbabb8f commit 7275be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Strategies/RandomStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class RandomStrategy implements StrategyInterface
*/
public function apply(array $gateways)
{
uasort($gateways, function () {
uasort($gateways, function() {
return mt_rand() - mt_rand();
});

Expand Down

0 comments on commit 7275be1

Please sign in to comment.