Skip to content

Commit 80f472c

Browse files
committed
minor #30344 be keen to newcomers (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- be keen to newcomers | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | | License | MIT | Doc PR | symfony/symfony-docs#11036 Commits ------- e54b10c be keen to newcomers
2 parents 6b74e7a + e54b10c commit 80f472c

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
@@ -29,7 +29,7 @@
2929
*
3030
* All rules may be invoked several times.
3131
*
32-
* All methods return the current Finder object to allow easy chaining:
32+
* All methods return the current Finder object to allow chaining:
3333
*
3434
* $finder = Finder::create()->files()->name('*.php')->in(__DIR__);
3535
*

0 commit comments

Comments
 (0)