Skip to content

Commit e3cce51

Browse files
committed
minor #39093 [Finder] Minor : Removed typo (extra "the" term) in hasResults() method documentation (Levure)
This PR was merged into the 3.4 branch. Discussion ---------- [Finder] Minor : Removed typo (extra "the" term) in hasResults() method documentation | Q | A | ------------- | --- | Branch? | 3.4 (as recommended by https://symfony.com/doc/current/contributing/code/pull_requests.html#choose-the-right-branch) | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | no | License | MIT | Doc PR | no Commits ------- 160cc61 Minor : Removed typo (extra "the" term)
2 parents 6724ca7 + 160cc61 commit e3cce51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Finder/Finder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ public function append($iterator)
616616
}
617617

618618
/**
619-
* Check if the any results were found.
619+
* Check if any results were found.
620620
*
621621
* @return bool
622622
*/

0 commit comments

Comments
 (0)