kkmuffme

Results 280 comments of kkmuffme

Yes. I moved to php codesniffer, which already supports this

I want to change the title shown (ErrorException) for `E_USER_NOTICE` (and `E_USER_WARNING`) to be able to more easily differentiate between PHP native errors and errors triggered by `trigger_error` Therefore I'd...

Yes (I wouldn't change the message, just the type though, so it would look like this for the title: ![image](https://user-images.githubusercontent.com/11071985/184478851-ca5244cb-3ec9-46bd-96af-bb27bb6afcb2.png) and this for the exception: ![image](https://user-images.githubusercontent.com/11071985/184478855-b9524c2d-966f-482f-b0f6-ab54e14ed8ce.png)

>Are you using ResourceBundle somewhere in your code? No. >Could you run with --debug-by-line Done. The last line before the "Uncaught:" is "some-of-my-files.php:288" If I check this file in my...

In case it helps: the value of `$matches` in the count above is from `$matches = preg_grep(`

We upgraded to PHP8.1 bc of this bug. Added a PR for it now anyway for other people

I think list{} is ultra confusing, since a list currently is a 0-monotonous index array.

Issue isn't in psalm, but in a parser that creates my stubs.