einacio
einacio
I have this problem with scripts that have too many calls or long run time. Debugging the process, I saw that the "summary" header was not set in those runs....
At least in my case, it means that the server is behind TLS. You need at least to enable it, so the stream reads the server certificate (`open` is a...
I'm hitting the same error. According to https://phpstan.org/writing-php-code/solving-undefined-variables it was a feature added in 2020, so I'd say it's a regression rather than a feature-request