You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following warning however the method is not the same as it contains an additional PHP attribute. I would like the plugin to detect if it contains additional attribute and therefore not warn about anything.
Expected behaviour
No warning at all if the method contains additional PHP attributes
Environment details
PhpStorm on Mac M3
Current workaround found
Use the @noinspection SenselessProxyMethodInspection comment in phpdocs but it's quite ugly
The text was updated successfully, but these errors were encountered:
Crovitche-1623
changed the title
Wrong Senseless proxy function warning when the method contains additional PHP attributes
bug: Wrong Senseless proxy function warning when the method contains additional PHP attributes
Nov 19, 2024
Crovitche-1623
changed the title
bug: Wrong Senseless proxy function warning when the method contains additional PHP attributes
[FP] Wrong Senseless proxy function warning when the method contains additional PHP attributes
Nov 20, 2024
Current behaviour
I have the following warning however the method is not the same as it contains an additional PHP attribute. I would like the plugin to detect if it contains additional attribute and therefore not warn about anything.
Expected behaviour
No warning at all if the method contains additional PHP attributes
Environment details
PhpStorm on Mac M3
Current workaround found
Use the
@noinspection SenselessProxyMethodInspection
comment in phpdocs but it's quite uglyThe text was updated successfully, but these errors were encountered: