Elias Häußler

Results 6 comments of Elias Häußler

I have a similar problem with `sscanf`. It seems PHPStan does not support regular expressions in `sscanf` formats. Here is another example: https://phpstan.org/r/b3f4c62f-1a48-418f-bde5-5f7bbd24a22c And here's the appropriate (correct and expected)...

Hi @staabm, you're right, it's not documented. I found this while searching long time ago and then implemented the regex-like `sscanf`: https://www.php.net/manual/en/function.sscanf.php#19430

Hi guys, any progress on this? We encounter the same issue on TYPO3 8.7.24 and femanager 4.2.2. Switching from `redirect()` to `forward()` as @mediaessenz described solved the issue for us...

Hi @ahmadnassri, is there any chance to get this merged soon?

Hi together, sorry for coming back to this issue, but we have a similar issue with https://github.com/CPS-IT/project-builder (and some more repositories). I was able to reproduce this by running Dependabot...

Hi, the error reported in this snippet is possibly related: https://phpstan.org/r/401f3981-b588-44ad-9772-dd22042874a2 Check out https://3v4l.org/5VEG2 to verify that the condition is met if the result of `array_intersect_key` is an empty array.