Update vendor folder

This commit is contained in:
Frédéric Guillot
2023-09-27 20:08:02 -07:00
committed by Frédéric Guillot
parent a8149d798a
commit b67b2bd390
22 changed files with 355 additions and 148 deletions

View File

@@ -164,8 +164,8 @@ class Finder implements \IteratorAggregate, \Countable
*
* 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'])
*