Passed
Push — master ( dd7d26...914783 )
by Michal
03:38
created
src/ShapeRecord.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
         $this->shapeType = $shapeType;
45 45
     }
46 46
 
47
+    /**
48
+     * @param ShapeFile $ShapeFile
49
+     */
47 50
     public function loadFromFile(&$ShapeFile, &$SHPFile, &$DBFFile) {
48 51
         $this->ShapeFile = $ShapeFile;
49 52
         $this->SHPFile = $SHPFile;
Please login to merge, or discard this patch.