Completed
Push — master ( e6b269...e0437e )
by Michal
04:02
created
src/ShapeFile.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -334,6 +334,9 @@
 block discarded – undo
334 334
       }
335 335
     }
336 336
 
337
+    /**
338
+     * @param string $error
339
+     */
337 340
     function setError($error) {
338 341
       $this->lastError = $error;
339 342
       return false;
Please login to merge, or discard this patch.