Skip to content

Commit

Permalink
Merge branch '2.7' into 2.8
Browse files Browse the repository at this point in the history
* 2.7:
  [CS] Apply phpdoc_annotation_without_dot
  • Loading branch information
fabpot committed Sep 11, 2017
2 parents 4f4e848 + dcf0ca2 commit 85bba67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Finder.php
Expand Up @@ -702,7 +702,7 @@ public function getIterator()
*
* @return $this
*
* @throws \InvalidArgumentException When the given argument is not iterable.
* @throws \InvalidArgumentException when the given argument is not iterable
*/
public function append($iterator)
{
Expand Down

0 comments on commit 85bba67

Please sign in to comment.