Improvements 🔧
- Support for named arguments (PHP 8)
- FunctionCallParametersCheck - argument errors reported on more precise lines (https://github.com/phpstan/phpstan-src/commit/c507ae2ed63e583a2f55b0fd7111a01ce7867d66)
Bugfixes 🐛
- Fix internal error (https://github.com/phpstan/phpstan-src/commit/63de0e86ef71f44dbce2b6cc56382ac386190811), #4087
- Parallel analysis - fix UTF-8 error (https://github.com/phpstan/phpstan-src/commit/0524fb5c8e060d40ef6de65955e8e4b324d94477), #3956