Skip to content

Commit 7e4ac8e

Browse files
committed
Merge branch '2.8' into 3.3
* 2.8: [CS] Apply phpdoc_annotation_without_dot
2 parents 6b511d7 + 9e79442 commit 7e4ac8e

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
@@ -107,7 +107,7 @@ public function clear()
107107
*
108108
* @param \DOMNodeList|\DOMNode|array|string|null $node A node
109109
*
110-
* @throws \InvalidArgumentException When node is not the expected type.
110+
* @throws \InvalidArgumentException when node is not the expected type
111111
*/
112112
public function add($node)
113113
{

0 commit comments

Comments
 (0)