Completed
Push — master ( fda467...a7ec5f )
by Jan-Petter
02:10
created
src/RobotsTxtParser/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.