Skip to content

Commit 73a8a91

Browse files
committed
Merge branch '2.8' into 3.3
* 2.8: [CS] Apply phpdoc_annotation_without_dot
2 parents b2260db + 85bba67 commit 73a8a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Finder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ public function getIterator()
592592
*
593593
* @return $this
594594
*
595-
* @throws \InvalidArgumentException When the given argument is not iterable.
595+
* @throws \InvalidArgumentException when the given argument is not iterable
596596
*/
597597
public function append($iterator)
598598
{

0 commit comments

Comments
 (0)