Pascal Heidmann
Pascal Heidmann
Sure @ondrejmirtes! I have this issues with a dockerized debian (running locally on M1 MacOS) ### phpstan.neon ```neon includes: - phpstan-baseline.neon - phpstan/Extension/extension.neon - phpstan/stubs/stubs.neon - vendor/bnf/phpstan-psr-container/extension.neon - vendor/goetas/jms-serializer-phpstan-extension/extension.neon -...
Running after fresh install & no `analyse` without writing new baseline (therefore neccesary to write the phpcache): ``` root@docker:/home/myapp/current/www# php vendor/bin/phpstan analyse --generate-baseline phpstan-baseline.neon --memory-limit=4G Note: Using configuration file /home/myapp/current/www/phpstan.neon.dist....
@neomerx can u have a look at this PR?
This PR is stalled? Or any chance for reviving the lib @blixhavn?