Completed
Push — master ( d1d688...7e57e4 )
by Jan-Petter
01:56
created
src/RobotsTxtParser/TxtParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.