Skip to content

Commit a02078d

Browse files
committed
[CS] Enforces null type hint on last position in phpDocs
1 parent ba0b706 commit a02078d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function add($node)
104104
* HTTP 1.1 specification.
105105
*
106106
* @param string $content A string to parse as HTML/XML
107-
* @param null|string $type The content type of the string
107+
* @param string|null $type The content type of the string
108108
*/
109109
public function addContent($content, $type = null)
110110
{

0 commit comments

Comments
 (0)