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 280d3e7 commit 18d2ee4Copy full SHA for 18d2ee4
1 file changed
src/ShapeFile.php
@@ -57,7 +57,7 @@ public static function supports_dbase()
57
58
/**
59
* @param int $shapeType File shape type, should be same as all records
60
- * @param mixed $boundingBox File bounding box
+ * @param array $boundingBox File bounding box
61
* @param null|mixed $FileName File name
62
*/
63
public function __construct($shapeType, $boundingBox = array('xmin' => 0.0, 'ymin' => 0.0, 'xmax' => 0.0, 'ymax' => 0.0), $FileName = null)
0 commit comments