We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0b706 commit a02078dCopy full SHA for a02078d
Crawler.php
@@ -104,7 +104,7 @@ public function add($node)
104
* HTTP 1.1 specification.
105
*
106
* @param string $content A string to parse as HTML/XML
107
- * @param null|string $type The content type of the string
+ * @param string|null $type The content type of the string
108
*/
109
public function addContent($content, $type = null)
110
{
0 commit comments