Completed
Push — master ( 02f3e5...c5d900 )
by Michal
04:04
created
src/ShapeFile.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -522,7 +522,7 @@
 block discarded – undo
522 522
      */
523 523
     public function hasMeasure()
524 524
     {
525
-         return $this->boundingBox['mmin'] != 0 || $this->boundingBox['mmax'] != 0;
525
+            return $this->boundingBox['mmin'] != 0 || $this->boundingBox['mmax'] != 0;
526 526
     }
527 527
 }
528 528
 
Please login to merge, or discard this patch.