Releases: ergebnis/phpstan-rules
Releases · ergebnis/phpstan-rules
2.11.0
What's Changed
- github-actions(deps): Bump shivammathur/setup-php from 2.34.1 to 2.35.2 by @dependabot[bot] in #963
- composer(deps-dev): Bump phpstan/phpstan-phpunit from 2.0.6 to 2.0.7 by @dependabot[bot] in #964
- github-actions(deps): Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #970
- github-actions(deps): Bump shivammathur/setup-php from 2.35.2 to 2.35.3 by @dependabot[bot] in #967
- composer(deps-dev): Bump phpstan/phpstan-strict-rules from 2.0.4 to 2.0.6 by @dependabot[bot] in #966
- github-actions(deps): Bump actions/cache from 4.2.3 to 4.2.4 by @dependabot[bot] in #969
- composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.46.0 to 6.52.0 by @dependabot[bot] in #971
- Enhancement: Allow installation on PHP 8.5 by @localheinz in #972
Full Changelog: 2.10.5...2.11.0
2.10.5
What's Changed
- Fix: Adjust
CallLikes\NoNamedArgumentRule
to handle calls to constructors of variable class names by @localheinz in #957 - Fix: Adjust
CallLikes\NoNamedArgumentRule
to describe known calls only by @localheinz in #958
Full Changelog: 2.10.4...2.10.5
2.10.4
What's Changed
- Fix: Adjust
CallLikes\NoNamedArgumentRule
to handlestatic
calls on variable expressions by @localheinz in #947 - Fix: Simplify by @localheinz in #949
- Fix: Adjust
CallLikes\NoNamedArgumentRule
to handle calls on invokables by @localheinz in #948 - Fix: Adjust
CallLikes\NoNamedArgumentRule
to handle calls on callables assigned to properties by @localheinz in #950 - Fix: Adjust
CallLikes\NoNamedArgumentRule
to handle other calls with generic error message by @localheinz in #951
Full Changelog: 2.10.3...2.10.4
2.10.3
What's Changed
- Fix: Ignore comments in
InvokeParentHookMethodRule
by @localheinz in #944
Full Changelog: 2.10.2...2.10.3
2.10.2
2.10.1
What's Changed
- Fix: Schema by @localheinz in #940
- Fix: Use
Invocation::never()
by @localheinz in #941 - Fix: Disallow configuring
never
invocation by @localheinz in #942
Full Changelog: 2.10.0...2.10.1
2.10.0
What's Changed
- Enhancement: Implement
InvokeParentHookMethodRule
by @localheinz in #939
Full Changelog: 2.9.0...2.10.0
2.9.0
What's Changed
- Enhancement: Require
phpstan/phpstan:^2.1.8
by @localheinz in #938 - Enhancement: Implement
NoNamedArgumentRule
by @localheinz in #916
Full Changelog: 2.8.0...2.9.0
2.8.0
What's Changed
- Enhancement: Extract
allRules
parameter to allow disabling and enabling all rules by @localheinz in #913 - Enhancement: Implement
NoAssignByReferenceRule
by @localheinz in #914
Full Changelog: 2.7.0...2.8.0
2.7.0
What's Changed
- Enhancement: Implement
NoParameterPassedByReferenceRule
by @localheinz in #911 - Enhancement: Implement
NoReturnByReferenceRule
by @localheinz in #912
Full Changelog: 2.6.1...2.7.0