@@ -168,8 +168,8 @@ |
||
| 168 | 168 | } |
| 169 | 169 | |
| 170 | 170 | /** |
| 171 | - * @param $numRows |
|
| 172 | - * @param $skipLine |
|
| 171 | + * @param integer $numRows |
|
| 172 | + * @param boolean $skipLine |
|
| 173 | 173 | * |
| 174 | 174 | * @SuppressWarnings(PHPMD.ExcessiveMethodLength) |
| 175 | 175 | * |
@@ -7,6 +7,7 @@ |
||
| 7 | 7 | /** |
| 8 | 8 | * @param string $filePath |
| 9 | 9 | * @param array $options |
| 10 | + * @return void |
|
| 10 | 11 | */ |
| 11 | 12 | public function __construct($filePath, array $options = []); |
| 12 | 13 | |
@@ -204,7 +204,7 @@ discard block |
||
| 204 | 204 | } |
| 205 | 205 | |
| 206 | 206 | /** |
| 207 | - * @param $dir |
|
| 207 | + * @param string $dir |
|
| 208 | 208 | * |
| 209 | 209 | * @return bool |
| 210 | 210 | */ |
@@ -272,8 +272,8 @@ discard block |
||
| 272 | 272 | } |
| 273 | 273 | |
| 274 | 274 | /** |
| 275 | - * @param $numRows |
|
| 276 | - * @param $skipLine |
|
| 275 | + * @param integer $numRows |
|
| 276 | + * @param boolean $skipLine |
|
| 277 | 277 | * |
| 278 | 278 | * @SuppressWarnings(PHPMD.ExcessiveMethodLength) |
| 279 | 279 | * |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | protected $parser; |
| 19 | 19 | |
| 20 | 20 | /** |
| 21 | - * @param $filePath |
|
| 21 | + * @param string $filePath |
|
| 22 | 22 | * @param string $fileType |
| 23 | 23 | * @param array $options |
| 24 | 24 | * |