add hint about code that relies on fuzzy arrows #29299
Labels
devexp-warning
Issues with the analyzer's Warning codes
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
soundness
type-enhancement
A request for a change that isn't a bug
We'll have to check the places, but I think this is mainly:
The hint should instruct the user how to fix. For arity checks and types of variables, one can use Null as the parameter type instead of dynamic. To call a function like that one can cast to dynamic:
new code:
EDIT: marked this as a soundness issue because we don't really want to implement proper runtime checks for this. See blocked DDC bug #29295.
The text was updated successfully, but these errors were encountered: