Completed
Push — master ( dc7680...792d87 )
by Konstantinos
03:47
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 ($potentialLevel) {
77
+            $this->potentialLevels->filter(function($potentialLevel) {
78 78
                 return $potentialLevel->level % 2 === 0;
79 79
             });
80 80
         }
Please login to merge, or discard this patch.