Bump PHPStan to level 9 and accept a large baseline
Convert PHPStan baseline from Neon to
See https://phpstan.org/user-guide/baseline#php-baseline-format-instead-of-neo
Bump PHPStan to level 9
This pushes PHPStan to the highest level so we accept new code with great typings while updating the PHPStan baseline to make sure we don't immediately need to fix all existing issues.
The phpstan-baseline.php
is excluded from analysis because it doesn't
actually impact our code and is automatically generated by PHPStan.
Closes #3426047
Edited by Alexander Varwijk