Skip to content

Commit

Permalink
Fix Finder phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jul 9, 2023
1 parent 8e93517 commit 2340a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Component/Finder/Finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ public function date($dates)
*
* You can use patterns (delimited with / sign), globs or simple strings.
*
* $finder->name('*.php')
* $finder->name('/\.php$/') // same as above
* $finder->name('/\.php$/')
* $finder->name('*.php') // same as above, without dot files
* $finder->name('test.php')
* $finder->name(['test.py', 'test.php'])
*
Expand Down

0 comments on commit 2340a75

Please sign in to comment.