@@ -19,8 +19,8 @@ |
||
19 | 19 | * |
20 | 20 | * @param string $content - file content |
21 | 21 | * @param string|null $encoding - character encoding |
22 | - * @param integer|null $byteLimit - maximum of bytes to parse |
|
23 | - * @param integer|null $maxRuleLength - max length of each rule |
|
22 | + * @param integer $byteLimit - maximum of bytes to parse |
|
23 | + * @param integer $maxRuleLength - max length of each rule |
|
24 | 24 | */ |
25 | 25 | public function __construct($content, $encoding = null, $byteLimit = self::BYTE_LIMIT, $maxRuleLength = self::MAX_LENGTH_RULE) |
26 | 26 | { |