Markus Staab

Results 1150 comments of Markus Staab

I think we see the OPs problem also in phpstan-src, where slow tests run pretty late and therefore we loose some time unnecessarily. And I think we see it although...

Could you give us an idea what your use-case is? Is it php-scoper related or something completely different?

We should check the postgres version in/before the setup

see https://github.com/fruux/sabre-dav/pull/921

@thelittleblackbird feel free to open a PR with whatever fix you are talking about and get bonus points for a unit test - if possible

> oder ob man wirklich eine neue Klasse rex_session beginnt, da bin ich mir noch unsicher. ich stimme zu, dass eine klasse mit nur einer methode (und die ggf. dann...

wie oft nutzt man eine server seitige session, die nicht zugleich auch ein login ist? rein von der theorie her ist die urspr. anfrage natürlich berechtigt, aber kommt es wirklich...

https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static describes the problem and possible options to resolve it

if you don't see value in the error you might also consider ignoring it by e.g. identifier + file-path, or with a [custom IgnoreErrorExtension](https://phpstan.org/user-guide/ignoring-errors#ignoring-errors-with-an-ignoreerrorextension) in case there is no easy...

(sorry for too many pushes. trial and error debugging in github actions is sometimes not avoidable)