Completed
Push — master ( c3642c...02f3e5 )
by Michal
04:10
created
src/ShapeFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -426,7 +426,7 @@
 block discarded – undo
426 426
     {
427 427
         $dbf_name = $this->_getFilename('.dbf');
428 428
         $result = @dbase_create($dbf_name, $this->DBFHeader);
429
-        if ($result === false ) {
429
+        if ($result === false) {
430 430
             $this->setError(sprintf('It wasn\'t possible to create the DBase file "%s"', $dbf_name));
431 431
             return false;
432 432
         }
Please login to merge, or discard this patch.