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.
bugfix DateInterval::createFromDateString signature see [#7366](https://github.com/phpstan/phpstan/discussions/7366)
Implements https://github.com/phpstan/phpstan/issues/7388 Some parts needs a little bit of clean up, but I think the logic is correct. After review, I'll clean up the messy parts.
closes https://github.com/phpstan/phpstan/issues/5552
closes https://github.com/phpstan/phpstan/issues/7372
Partial solution for phpstan/phpstan#7188: check expressions for terminating calls a bit more aggressively.
Just to start with https://github.com/phpstan/phpstan/issues/6402 I'm not sure all these test are solvable or not.
implement remaining details mentioned in https://github.com/phpstan/phpstan-src/pull/1305#issuecomment-1124874931 > And similarly, if someone calls foo(1, 2) (named arguments were not used, but some required arguments are missing), we can also return null...