phpstan-extensions
phpstan-extensions copied to clipboard
Extensions for PHPStan
``` ------ ---------------------------------------------------------------------------------------- Line someClassFile.php ------ ---------------------------------------------------------------------------------------- 45 [Line 47] Function makeNotificationFromFixture() has an unused variable $createdAt. ``` ``` private static function makeNotificationFromFixture($fixtureData): array { $createdAt = 'some value'; //...
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....
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...
[](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` | [](https://docs.renovatebot.com/merge-confidence/)...
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...