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
Oh, that's an easy fix also. Didn't even know that. I am just beginning Psalm :)
I think it would make sense that the plugin did this automatically. Given the insight I have into Psalm plugins (zero) I guess I would need some help to create a PR. Maybe you know of other plugins adding 'forbidden functions'?
Would it make sense to emit an error when seeing a
dd()
ordump()
?I do this myself using a PHPStan extension, but just wanted to pitch the idea here because I think it makes sense
The text was updated successfully, but these errors were encountered: