Skip to content

Releases: ergebnis/phpstan-rules

2.11.0

19 Aug 07:58
2.11.0
505fead
Compare
Choose a tag to compare

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

23 Jun 17:36
2.10.5
719a53e
Compare
Choose a tag to compare

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

07 Jun 08:07
2.10.4
78c7646
Compare
Choose a tag to compare

What's Changed

  • Fix: Adjust CallLikes\NoNamedArgumentRule to handle static 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

03 Jun 09:07
2.10.3
a69bfa5
Compare
Choose a tag to compare

What's Changed

  • Fix: Ignore comments in InvokeParentHookMethodRule by @localheinz in #944

Full Changelog: 2.10.2...2.10.3

2.10.2

02 Jun 13:26
2.10.2
ab49b11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.1...2.10.2

2.10.1

02 Jun 12:55
2.10.1
65aa2ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.0...2.10.1

2.10.0

02 Jun 11:56
2.10.0
decec24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.9.0...2.10.0

2.9.0

31 May 20:39
2.9.0
2fe41ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.8.0...2.9.0

2.8.0

18 Feb 11:20
2.8.0
30e7906
Compare
Choose a tag to compare

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

17 Feb 20:15
2.7.0
b70e17f
Compare
Choose a tag to compare

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