Passed
Pull Request — master (#26)
by Corey
05:01 queued 11s
created
src/graph/Graph.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2576,7 +2576,7 @@
 block discarded – undo
2576 2576
     public function GetLinesYMinMax($aLines)
2577 2577
     {
2578 2578
         if(is_null($aLines)) {
2579
-          return false;
2579
+            return false;
2580 2580
         }
2581 2581
 
2582 2582
         $n = count($aLines);
Please login to merge, or discard this patch.