You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #46364 [Config] Fix looking for single files in phars with GlobResource (nicolas-grekas)
This PR was merged into the 4.4 branch.
Discussion
----------
[Config] Fix looking for single files in phars with GlobResource
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
`Finder::in()` only accepts directories as arguments, but `GlobResource` can feed it with files when looking inside a phar file (see #26845) or when using `/**/` in the pattern.
This PR fixes it.
Commits
-------
d4ea072 [Config] Fix looking for single files in phars with GlobResource
0 commit comments