We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Symfony 3.4 introduced a new fetaure called Multiple Service Definitions Using the Same Namespace (see https://symfony.com/doc/3.4/service_container.html#multiple-service-definitions-using-the-same-namespace).
This feature is currently unsupported in Symfony Plugin 0.17.168 and will result in "Missing class" error like this:
The text was updated successfully, but these errors were encountered:
dont inspection service resources a classes for inspection #1255
d6038e1
1370bbd
Merge pull request #1258 from Haehnchen/feature/1255-service-resource…
3308698
…-inspection-class dont inspection service resources a classes for inspection #1255
Haehnchen
No branches or pull requests
Symfony 3.4 introduced a new fetaure called Multiple Service Definitions Using the Same Namespace (see https://symfony.com/doc/3.4/service_container.html#multiple-service-definitions-using-the-same-namespace).
This feature is currently unsupported in Symfony Plugin 0.17.168 and will result in "Missing class" error like this:
The text was updated successfully, but these errors were encountered: