We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d572c commit 01ef6b2Copy full SHA for 01ef6b2
Finder.php
@@ -164,8 +164,8 @@ public function date($dates)
164
*
165
* You can use patterns (delimited with / sign), globs or simple strings.
166
167
- * $finder->name('*.php')
168
- * $finder->name('/\.php$/') // same as above
+ * $finder->name('/\.php$/')
+ * $finder->name('*.php') // same as above, without dot files
169
* $finder->name('test.php')
170
* $finder->name(['test.py', 'test.php'])
171
0 commit comments