Skip to content

Commit c705bee

Browse files
Merge branch '2.8' into 3.4
* 2.8: [php_cs] disable fopen_flags [CS] Remove unused variables passed to closures [CS] Remove empty comment [CS] Enforces null type hint on last position in phpDocs [CS] Use combined assignment operators when possible Fix a typo in error messages [Console] Add missing null to input values allowed types [PHPUnitBridge] Fix microtime() format bumped Symfony version to 2.8.47 update CONTRIBUTORS for 2.8.46 updated VERSION for 2.8.46 updated CHANGELOG for 2.8.46
2 parents d844f82 + a02078d commit c705bee

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
@@ -129,7 +129,7 @@ public function add($node)
129129
* HTTP 1.1 specification.
130130
*
131131
* @param string $content A string to parse as HTML/XML
132-
* @param null|string $type The content type of the string
132+
* @param string|null $type The content type of the string
133133
*/
134134
public function addContent($content, $type = null)
135135
{

0 commit comments

Comments
 (0)