-
Notifications
You must be signed in to change notification settings - Fork 17
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
missing use statements should trigger an error #46
Comments
|
Thinking loud, untested: |
<?php
return [
ServerRequestFactoryInterface::class => Psr17Factory::class,
]; IMHO this cannot be parsed as: 'ServerRequestFactoryInterface' => 'Nyholm\\Psr7\\Factory\\Psr17Factory', Namespace As to the main question about triggering an error, it is a known issue described in the README:
So, validators can be added. But specific validators should not be a part of the plugin. |
What steps will reproduce the problem?
Use a config with missing namespaces
What is the expected result?
An error.
What do you get instead?
Value parsed as...
Additional info
The text was updated successfully, but these errors were encountered: