phpstan-src
phpstan-src copied to clipboard
PHPStan's source code. This is where development happens. Check https://github.com/phpstan/phpstan for the distribution repository.
Closes https://github.com/phpstan/phpstan/issues/7415 Doesn't feel like the most elegant solution though.. I played around a bit with `MixedType::isSuperTypeOf` but did not find something better unfortunately.
This PR: * Is related to https://github.com/JetBrains/phpstorm-stubs/pull/1399 * Is related to https://github.com/phpstan/phpstan/issues/7519
closes https://github.com/phpstan/phpstan/issues/7379 closes https://github.com/phpstan/phpstan/issues/7601 With this patch we see analysis time dropped to ~5 seconds from previous 2-3 minutes in mono-repo projects, which contain several phpstan.neon files.
Fixes phpstan/phpstan#7479
Add a check preventing a child method from declaring `@no-named-arguments` when the parent method does not.
closes https://github.com/phpstan/phpstan/issues/6788
see https://3v4l.org/ZruC7
Closes [phpstan/phpstan#6938](https://github.com/phpstan/phpstan/issues/6938) Hello. This is my first PR to phpstan. It is quite a large codebase and I am still trying to understand it. As such, this fix may not...
Update PhpStorm stubs