We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aceccf commit 9194b28Copy full SHA for 9194b28
1 file changed
src/ShapeFile.php
@@ -43,7 +43,7 @@ class ShapeFile
43
private $fileLength = 0;
44
public $shapeType = 0;
45
46
- public $records;
+ public $records = array();
47
48
/**
49
* Checks whether dbase manipuations are supported.
0 commit comments