Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Skip nonexistent namespace paths (#1009)
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.
- Loading branch information