This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Description
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?