Skip to content

Commit 4bea21f

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [CS] Apply phpdoc_annotation_without_dot
2 parents dd61a18 + 7faa3d4 commit 4bea21f

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
@@ -702,7 +702,7 @@ public function getIterator()
702702
*
703703
* @return $this
704704
*
705-
* @throws \InvalidArgumentException When the given argument is not iterable.
705+
* @throws \InvalidArgumentException when the given argument is not iterable
706706
*/
707707
public function append($iterator)
708708
{

0 commit comments

Comments
 (0)