Releases: ergebnis/phpstan-rules
Releases · ergebnis/phpstan-rules
2.12.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- github-actions(deps): Bump shivammathur/setup-php from 2.35.3 to 2.35.4 by @dependabot[bot] in #974
- github-actions(deps): Bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #975
- composer(deps-dev): Bump ergebnis/phpunit-slow-test-detector from 2.19.1 to 2.20.0 by @dependabot[bot] in #976
- composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.52.0 to 6.53.0 by @dependabot[bot] in #973
- Enhancement: Add support for PHP 8.5 by @localheinz in #977
Full Changelog: 2.11.0...2.12.0
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\NoNamedArgumentRuleto handle calls to constructors of variable class names by @localheinz in #957 - Fix: Adjust
CallLikes\NoNamedArgumentRuleto 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\NoNamedArgumentRuleto handlestaticcalls on variable expressions by @localheinz in #947 - Fix: Simplify by @localheinz in #949
- Fix: Adjust
CallLikes\NoNamedArgumentRuleto handle calls on invokables by @localheinz in #948 - Fix: Adjust
CallLikes\NoNamedArgumentRuleto handle calls on callables assigned to properties by @localheinz in #950 - Fix: Adjust
CallLikes\NoNamedArgumentRuleto 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
InvokeParentHookMethodRuleby @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
neverinvocation by @localheinz in #942
Full Changelog: 2.10.0...2.10.1
2.10.0
What's Changed
- Enhancement: Implement
InvokeParentHookMethodRuleby @localheinz in #939
Full Changelog: 2.9.0...2.10.0
2.9.0
What's Changed
- Enhancement: Require
phpstan/phpstan:^2.1.8by @localheinz in #938 - Enhancement: Implement
NoNamedArgumentRuleby @localheinz in #916
Full Changelog: 2.8.0...2.9.0
2.8.0
What's Changed
- Enhancement: Extract
allRulesparameter to allow disabling and enabling all rules by @localheinz in #913 - Enhancement: Implement
NoAssignByReferenceRuleby @localheinz in #914
Full Changelog: 2.7.0...2.8.0