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 8e93517 commit 2340a75Copy full SHA for 2340a75
src/Symfony/Component/Finder/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