Skip to content

Releases: Slamdunk/phpstan-extensions

v6.3.0

28 Feb 06:32
483baf9
Compare
Choose a tag to compare

What's Changed

  • Update dependency phpstan/phpstan to ^1.10.56 by @renovate in #53
  • Update codecov/codecov-action action to v4 by @renovate in #54
  • Update dependency phpunit/phpunit to v11 by @renovate in #55
  • UnusedVariableRule: detect variable usage in compact() calls by @mfn in #56

New Contributors

  • @mfn made their first contribution in #56

Full Changelog: v6.2.0...v6.3.0

v6.2.0

12 Jan 07:09
d93a5f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.2.0

v6.1.0

22 Nov 06:51
0aa043e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0

PHPStan 1

09 Nov 11:27
ddc65c0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...v6.0.0

v5.1.0

04 Dec 14:32
e7584a9
Compare
Choose a tag to compare

Added new not-now-rules.neon configuration to forbid raw date system calls, (#31)

v5.0.2

19 Sep 11:41
625a001
Compare
Choose a tag to compare

Fix variables in anonymous functions are reporting as unused when they are used (#28)

v5.0.1

31 Aug 05:52
ff66079
Compare
Choose a tag to compare

Allow PHP 8.0

v5.0.0

20 Feb 09:06
0c646b8
Compare
Choose a tag to compare

Symfony related rules moved to dedicated conf conf/symfony-rules.neon.

v4.0.0

08 Dec 13:17
c854acc
Compare
Choose a tag to compare
  1. Support PHPStan 0.12
  2. Drop DateTimeImmutableAlteredAndUnusedRule, superseeded by PHPStan 0.12 release on level 4

v3.6.1

13 Sep 13:29
2a65e83
Compare
Choose a tag to compare

Use RuleErrorBuilder for more precise line info #19