Skip to content

Releases: sidz/phpstan-rules

0.4.3

08 Jan 18:37
f3832cd
Compare
Choose a tag to compare

What's Changed

  • Add PHP-Parser 5 support by @sidz in #21

Full Changelog: 0.4.2...0.4.3

0.4.2

16 Oct 21:05
84e0501
Compare
Choose a tag to compare

What's Changed

  • Improve .gitattributes by @sidz in #20

Full Changelog: 0.4.1...0.4.2

0.4.1

15 Oct 15:52
b5decc2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

07 Aug 19:31
6646674
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

30 May 19:08
298e38a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.3.0

0.2.2

15 May 08:38
7655675
Compare
Choose a tag to compare

What's Changed

  • Fix false-positive with ternary operator wher if part is omitted by @maks-rafalko in #5

Full Changelog: 0.2.1...0.2.2

0.2.1

25 Apr 13:02
50c7d97
Compare
Choose a tag to compare

What's Changed

  • Remove rules from rules.neon as this duplicates all the rules, update the docs by @maks-rafalko in #3
  • Do not treat negated constant as a magic number by @maks-rafalko in #4

New Contributors

Full Changelog: 0.2.0...0.2.1

0.2.0

24 Apr 17:53
317d1d9
Compare
Choose a tag to compare

What's Changed

  • Add ignoreMagicNumbers configurable parameter (extended #1) by @sanhe in #2

New Contributors

  • @sanhe made their first contribution in #2

Full Changelog: 0.1.0...0.2.0

0.1.0

10 Apr 20:36
Compare
Choose a tag to compare

First public release. Included a bunch of NoMagicNumber rules.