I tend to get a lot of these in PHP:
Missing argument 2 for ui_alert()
I understand how to "fix it", but thats not what I want. What I want is to change my error reporting settings so that these don't show up.
I like having my error reporting as broad as possible, but to me this warning seems ridiculous. I would have to change my entire code base every time I update a function to handle a certain use case. Unless I'm missing something, it doesn't introduce any security issues either way.
Can I surpress this specific warning without turning off any other warnings?