Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Skip nonexistent namespace paths #1009

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

s2b
Copy link
Contributor

@s2b s2b commented Oct 9, 2024

If a PHP namespace is defined in composer.json, but the
referenced directory doesn't exist, ViewHelperFinder
produced a PHP error. With this change, nonexistent
directories are skipped.

If a PHP namespace is defined in composer.json, but the
referenced directory doesn't exist, ViewHelperFinder
produced a PHP error. With this change, nonexistent
directories are skipped.
@s2b s2b merged commit 3510df3 into main Oct 9, 2024
8 checks passed
@s2b s2b deleted the bugfix/nonexistentNamespaceDir branch October 9, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants