Closed alvipeo closed 3 years ago
ah yea. this is a bug in the plugin for sure.
you can ignore the rule for now but i'll work on fixing this
This is fixed in 3.5.5
The rule will ignore any routes with fuzzy paths for now
I made a note in the readme also.
thanks for reporting the issue
if I have the following:
list produces an error saying:
but this if I add '?' to the
@Param("app?")
, the controller doesn't work anymore (actual param value is always undefined).