Markus Staab
Markus Staab
| Q | A | --------------------| --------------- | PHPUnit version | 10.5.36 | PHP version | 8.3.11 | Installation Method | Composer ~~/ PHAR~~ #### Summary A PHPT test with...
covers https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8103 with tests
Fix PHPStan 2.0 deprecations
closes https://github.com/phpstan/phpstan/issues/2920
when working locally often-times xdebug is loaded which slows down some `make` tasks. lets prepend `XDEBUG_MODE=off` to disable xdebug for commands often used and for the tools that do not...
alternative implementation to https://github.com/phpstan/phpstan-src/pull/3417 closes https://github.com/phpstan/phpstan/issues/11090
closes https://github.com/phpstan/phpstan/issues/11488
slack report
using this front matter ``` ogImage: title: "PHPStan narrows PHP_* version constants" ``` I get this ogimage  ---- while using (without the `*`) ``` ogImage: title: "PHPStan narrows PHP...