Skip to content

Releases: phpstan/phpstan-strict-rules

1.5.0

21 Feb 13:57

Choose a tag to compare

  • b7dd96a - Strict operator type check for assign operations
  • 66b378f - Allow to increment strings
  • a7ac762 - Fix build
  • 063a7fd - Fix deprecations
  • c753126 - Enable reportWrongPhpDocTypeInVarTag in bleedingEdge
  • 2595a76 - Require PHPStan 1.10
  • a606515 - Update workflow

1.4.5

11 Jan 14:19
361f75b

Choose a tag to compare

  • 361f75b - OperandsInArithmeticAdditionRule - allow benevolent unions of arrays
  • 2ffa76a - Update release-toot.yml
  • 86da8eb - Create release-toot.yml
  • 4790ecb - Update dessant/lock-threads action to v4
  • caf80fc - Update metcalfc/changelog-generator action to v4
  • 5a05cc4 - Fix test
  • 00dd4fa - Fix build

1.4.4

23 Sep 09:57

Choose a tag to compare

  • 23e5f37 - Configuration option strictRules.disallowedLooseComparsion

1.4.3

01 Sep 15:32

Choose a tag to compare

  • 431b3d6 - Fix wrong error when function is rebound.
  • 1f3b649 - Add regression test for non-looping loops

1.4.2

25 Aug 15:05
4e57160

Choose a tag to compare

  • 4e57160 - Revert "Add regression test for non-looping loops"

1.4.1

25 Aug 15:02

Choose a tag to compare

  • 749afc7 - Configuration parameters to enable/disable rules - fix for VariablePropertyFetchRule
  • 6f0133d - Add regression test for non-looping loops

1.4.0

23 Aug 15:10
1.4.0
a73b397

Choose a tag to compare

1.3.0

24 Jun 06:49
1.3.0
543675a

Choose a tag to compare

  • 543675a - Fix workflow
  • f6586fa - Fix WrongCaseOfInheritedMethodRule
  • 6ec99ba - Require PHPStan 1.7.15
  • 484a051 - Bleeding edge - rule to disallow loose comparisons
  • 110818b - chore(deps): update dependency slevomat/coding-standard to v7.2.1
  • 2058d10 - chore(deps): update dependency slevomat/coding-standard to v7.2.0
  • 1a4ed28 - Merge tag '1.2.3' into 1.2.x
  • 4855249 - Require PHPStan 1.7.0

1.2.3

04 May 15:21
1.2.3
0c82c96

Choose a tag to compare

  • 0c82c96 - Move IllegalConstructorMethodCallRule and IllegalConstructorStaticCallRule to phpstan-strict-rules

1.2.2

02 May 11:09
1.2.2
c0b61e2

Choose a tag to compare

  • c0b61e2 - RequireParentConstructCallRule - fix abstract constructors