Replies: 1 comment 9 replies
-
|
Hey, parameters:
ignoreErrors:
-
identifier: missingType.iterableValue
path: 'src/Core/Feature/Controller/*' # or even "paths" arrayI'd argue you could even construct some regular expression because the class name will usually end with "Controller". |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using Symfony and there is not really a point in providing return types for my controller actions. They are not used anywhere, except in my Twig views.
I'm looking for a way to automatically exclude those from the reported errors.
Would it be possible to create an extension, that would allow me to ignore
missingType.iterableValuefor controller actions?Beta Was this translation helpful? Give feedback.
All reactions