Skip to content

Releases: iwf-web/phpstan-rules

v1.2.0

05 May 12:57
b140e9a

Choose a tag to compare

1.2.0 (2026-05-05)

✨ Features

  • added ability to define exclusions per attribute definition in AttributeRequirementsRule (66a65a4)

🐛 Bug Fixes

  • ci: remove smoke tests from default phpstan configuration (d1638c2)
  • doc: mention excludedClasses feature of attribute requirements rule in documentation (ee838f6)
  • dx: added missing XDEBUG env variables passthrough (77b8430)
  • dx: refactored test structure to be less verbose (2bdbeab)
  • dx: simplified composer scripts by cascading (8c5c0a9)
  • dx: tightened type hints (4fcfa64)

v1.1.1

28 Apr 13:25
124c892

Choose a tag to compare

1.1.1 (2026-04-28)

🐛 Bug Fixes

  • added missing configuration schema (#18) (0058b6c)

v1.1.0

27 Apr 14:29
eb7ea91

Choose a tag to compare

1.1.0 (2026-04-27)

✨ Features

  • add excludedClasses support to AttributeRequirementsRule (0060358)

🐛 Bug Fixes

  • ci: removed erroneous fetch depth argument (343e18e)

v1.0.0

14 Apr 14:21
1b4efac

Choose a tag to compare

1.0.0 (2026-04-14)

✨ Features