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.
Hi, I can't get paths working with file mask and recursive search. In the README there is an example
// or multiple files by path to match against "fnmatch()" __DIR__ . '/packages/*/src/Command',
so I enhance this example with file mask
__DIR__ . '/src/MyBundle/*/*Interface.php',
but it finds only first level Interfaces. Any help?
Hi, I can't get paths working with file mask and recursive search.
In the README there is an example
so I enhance this example with file mask
but it finds only first level Interfaces. Any help?