Skip to content

Commit 01ef6b2

Browse files
Fix Finder phpdoc
1 parent a5d572c commit 01ef6b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)