Completed
Push — master ( 792d87...dc7680 )
by Konstantinos
03:44
created
src/Evaluator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
             ->sortBy('level');
75 75
 
76 76
         if ($neverUpgraded) {
77
-            $this->potentialLevels->filter(function (object $potentialLevel) {
77
+            $this->potentialLevels->filter(function(object $potentialLevel) {
78 78
                 return $potentialLevel->level % 2 === 0;
79 79
             });
80 80
         }
Please login to merge, or discard this patch.