Skip to content

Commit 280d3e7

Browse files
committed
Document constructor parameters
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent e47ffb6 commit 280d3e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ShapeFile.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ public static function supports_dbase()
5656
}
5757

5858
/**
59-
* @param int $shapeType
60-
* @param mixed $boundingBox
61-
* @param null|mixed $FileName
59+
* @param int $shapeType File shape type, should be same as all records
60+
* @param mixed $boundingBox File bounding box
61+
* @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)
6464
{

0 commit comments

Comments
 (0)