Completed
Push — master ( 1e632a...1382a7 )
by Michal
04:51 queued 01:29
created
src/ShapeFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
      * @param string|null $FileName Name of file to open
74 74
      */
75 75
     public function saveToFile($FileName = null) {
76
-        if (! is_null($FileName)) {
76
+        if (!is_null($FileName)) {
77 77
             $this->FileName = $FileName;
78 78
         }
79 79
 
Please login to merge, or discard this patch.