Skip to content

Commit 18d2ee4

Browse files
committed
Fix variable type
Signed-off-by: Michal Čihař <[email protected]>
1 parent 280d3e7 commit 18d2ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShapeFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static function supports_dbase()
5757

5858
/**
5959
* @param int $shapeType File shape type, should be same as all records
60-
* @param mixed $boundingBox File bounding box
60+
* @param array $boundingBox File bounding box
6161
* @param null|mixed $FileName File name
6262
*/
6363
public function __construct($shapeType, $boundingBox = array('xmin' => 0.0, 'ymin' => 0.0, 'xmax' => 0.0, 'ymax' => 0.0), $FileName = null)

0 commit comments

Comments
 (0)