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

Can't make paths working with recursive pattern and file mask #4396

@ghost

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions