Skip to content

Releases: phpstan/phpstan-strict-rules

2.0.12

Choose a tag to compare

@phpstan-bot phpstan-bot released this 19 Jul 08:33
Immutable release. Only release title and notes can be modified.
2bc5ae1
  • 2bc5ae1 - Allow GMP and BCMath\Number in arithmetic operations (#311)
  • 70e3081 - Update github-actions (#324)
  • 07a17dd - Update github-actions to v7 (#325)
  • de9bdda - Update github-actions (#322)
  • 80870ec - Replace deprecated actions/create-release with softprops/action-gh-release
  • 109c14f - Bump GitHub Actions across major versions
  • ebf31ff - Bump GitHub Actions within their current majors
  • 727c193 - Update github-actions
  • cc56619 - Update github-actions
  • 1e72841 - Update release-toot.yml (#319)
  • ada7e60 - CI: move name-collision job into build.yml (#318)
  • 470946d - Add missing export-ignore entries to .gitattributes (#315)
  • 8b14a8e - name-collision-detector (#314)

2.0.11

Choose a tag to compare

@phpstan-bot phpstan-bot released this 02 May 06:55
  • 9b000a5 - Fix false positive UselessCast for (void) cast on #[\NoDiscard] calls
  • eceb998 - Delete .github/workflows/claude-react-on-comment.yml
  • d44f7a7 - Lint workflows
  • 26cdbc1 - [StepSecurity] ci: Harden GitHub Actions
  • 41e82cf - Update claude-react-on-comment.yml
  • 3b3c435 - Add missing rule descriptions to README
  • e8e9032 - React on issues opened and fall back to issue body
  • a12a6a8 - Add PHP 8.5 to CI matrix for lint, tests, and static analysis
  • f21225b - Add missing export-ignore entries to .gitattributes
  • 803f353 - Add CLAUDE.md with project documentation
  • 38c26a9 - Add Claude React on Comment workflow

2.0.10

Choose a tag to compare

@phpstan-bot phpstan-bot released this 11 Feb 14:50
2.0.10
1aba28b
  • 1aba28b - Bleeding edge - set reportNonIntStringArrayKey to true

2.0.9

Choose a tag to compare

@phpstan-bot phpstan-bot released this 11 Feb 09:04
2.0.9
b94a0b1
  • b94a0b1 - Bleeding edge - Add operand types to DisallowedLooseComparisonRule error message
  • f6f5b3e - Update WyriHaximus/github-action-get-previous-tag action to v2
  • f602823 - Add keywords for static analysis in composer.json

2.0.8

Choose a tag to compare

@phpstan-bot phpstan-bot released this 27 Jan 08:11
2.0.8
  • 1ed9e62 - Allow literal string dynamic property
  • 7493a9f - Update dessant/lock-threads action to v6
  • 796f9c9 - Update actions/checkout action to v6
  • 3dcd0b8 - Remove duplicate rules in Readme

2.0.7

Choose a tag to compare

@phpstan-bot phpstan-bot released this 26 Sep 11:19
2.0.7
  • d6211c4 - enable checkStrictPrintfPlaceholderTypes
  • 6b78d53 - Update README.md
  • 0435aeb - Consolidate overwriteVariablesWithLoop rule details
  • e861638 - Simplify tests in which checkNullables is always true
  • 11b6403 - Simplify tests in which treatPhpDocTypesAsCertain is always true
  • b043bd8 - Simplify RequireParentConstructCallRule
  • 9f76a17 - Update actions/checkout action to v5
  • 2b69ec5 - Update Eomm/why-don-t-you-tweet action to v2

2.0.6

Choose a tag to compare

@phpstan-bot phpstan-bot released this 21 Jul 12:20
2.0.6
  • f9f77ef - Add numeric check on unary plus and unary minus

2.0.5

Choose a tag to compare

@phpstan-bot phpstan-bot released this 21 Jul 06:37
  • 1f1358d - UselessCastRule: do cheaper check first
  • 73c5baa - Update metcalfc/changelog-generator action to v4.6.2
  • f203fec - Match Rule Descriptions with Configuration Parameters in README.md
  • 3ecc310 - Use relative links for rules.neon
  • 04f299f - Update metcalfc/changelog-generator action to v4.5.0

2.0.4

Choose a tag to compare

@phpstan-bot phpstan-bot released this 18 Mar 11:43
3e139cb

2.0.3

Choose a tag to compare

@phpstan-bot phpstan-bot released this 21 Jan 10:53
2.0.3
  • 8b88b5f - Deprecated parent constructor must not be called