phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

PHPStan's source code. This is where development happens. Check https://github.com/phpstan/phpstan for the distribution repository.

Results 408 phpstan-src issues
Sort by recently updated
recently updated
newest added

Implement ParametersRedefinitionRule. PR follow of https://github.com/phpstan/phpstan/issues/8025 Ondrej's hints from the issue comment: - [ ] Research what PHP version considers this as an error. I remember a situation that such...

I want to propose extracting the part of `RuleTestCase::analyse` that gathers the actual errors into its own public method so that the child test can do the comparison in a...

It'd be useful if the `tmpDir` is configurable using an environment variable. Right now it's only configurable in `phpstan.neon > parameters > tmpDir`. For example projects without tmpDir configured for...

closes https://github.com/phpstan/phpstan/issues/7482 refs https://github.com/phpstan/phpstan/issues/7953

https://github.com/phpstan/phpstan/issues/7796 Tests are now green. But i am not sure how to test in correct in real App.