Completed
Push — master ( 3f6817...b894ab )
by Michal
03:55
created
src/ShapeRecord.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -479,8 +479,8 @@
 block discarded – undo
479 479
             if (!isset($point[$direction])) {
480 480
                 continue;
481 481
             }
482
-            $min = $direction . 'min';
483
-            $max = $direction . 'max';
482
+            $min = $direction.'min';
483
+            $max = $direction.'max';
484 484
             if (!isset($this->SHPData[$min]) || ($this->SHPData[$min] > $point[$direction])) {
485 485
                 $this->SHPData[$min] = $point[$direction];
486 486
             }
Please login to merge, or discard this patch.