Skip to content

Commit 9e79442

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [CS] Apply phpdoc_annotation_without_dot
2 parents 9c7dcc4 + 373eb89 commit 9e79442

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
@@ -84,7 +84,7 @@ public function clear()
8484
*
8585
* @param \DOMNodeList|\DOMNode|array|string|null $node A node
8686
*
87-
* @throws \InvalidArgumentException When node is not the expected type.
87+
* @throws \InvalidArgumentException when node is not the expected type
8888
*/
8989
public function add($node)
9090
{

0 commit comments

Comments
 (0)