Completed
Push — master ( c915c1...44fa0b )
by Michal
03:37
created
src/ShapeFile.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -147,6 +147,9 @@
 block discarded – undo
147 147
         return (count($this->records) - 1);
148 148
     }
149 149
 
150
+    /**
151
+     * @param integer $index
152
+     */
150 153
     public function deleteRecord($index) {
151 154
         if (isset($this->records[$index])) {
152 155
             $this->fileLength -= ($this->records[$index]->getContentLength() + 4);
Please login to merge, or discard this patch.