@@ -84,7 +84,7 @@ |
||
| 84 | 84 | * |
| 85 | 85 | * @param string $content - file content |
| 86 | 86 | * @param string|null $encoding - character encoding |
| 87 | - * @param int|null $byteLimit - maximum of bytes to parse |
|
| 87 | + * @param integer $byteLimit - maximum of bytes to parse |
|
| 88 | 88 | * @throws TxtParserException |
| 89 | 89 | */ |
| 90 | 90 | public function __construct($content, $encoding = null, $byteLimit = self::DEFAULT_BYTE_LIMIT) |