8000 Fix Finder phpdoc · symfony/symfony@2340a75 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2340a75

Browse files
Fix Finder phpdoc
1 parent 8e93517 commit 2340a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Finder/Finder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ public function date($dates)
164164
*
165165
* You can use patterns (delimited with / sign), globs or simple strings.
166166
*
167-
* $finder->name('*.php')
168-
* $finder->name('/\.php$/') // same as above
167+
* $finder->name('/\.php$/')
168+
* $finder->name('*.php') // same as above, without dot files
169169
* $finder->name('test.php')
170170
* $finder->name(['test.py', 'test.php'])
171171
*

0 commit comments

Comments
 (0)
0