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

Extensions for PHPStan

Results 8 phpstan-extensions issues
Sort by recently updated
recently updated
newest added

``` ------ ---------------------------------------------------------------------------------------- Line someClassFile.php ------ ---------------------------------------------------------------------------------------- 45 [Line 47] Function makeNotificationFromFixture() has an unused variable $createdAt. ``` ``` private static function makeNotificationFromFixture($fixtureData): array { $createdAt = 'some value'; //...

bug

StringToClassRule reports fails positive for a string containing "Error" in my application. Maybe this rule is not that important anymore because phpstan can report using string where class-string is expected....

bug

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Slamdunk/phpstan-extensions). ## Awaiting Schedule The following updates are...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpstan/phpstan](https://togithub.com/phpstan/phpstan) | `^1.10.59` -> `^1.10.66` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpstan%2fphpstan/1.10.66?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

renovate

My use case: I have some instances of the very simple `'wkt'` string and an old school, non-namespaced library declaring a `\WKT` class. This results in multiple false positives. I...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | php | final | minor | `8.4` -> `8.5` | --- ### Configuration...

renovate