Skip to content

Releases: Slamdunk/phpstan-extensions

v6.4.1

01 Aug 13:49
389ac3a
Compare
Choose a tag to compare

What's Changed

  • Update all non-major dependencies by @renovate in #57
  • composer.json: move nikic/php-parser into dev dependencies by @voku in #60

New Contributors

  • @voku made their first contribution in #60

Full Changelog: v6.4.0...v6.4.1

v6.4.0

11 Jun 10:09
e485ec4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.3.0...v6.4.0

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.