Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Releases: 21TORR/php-cs

2.0.7

09 Dec 11:19
2.0.7
b8d9cab
Compare
Choose a tag to compare

✨ Improvements

  • Allow PHP 7.2

2.0.6

09 Dec 10:49
2.0.6
e33da9a
Compare
Choose a tag to compare

✨ Improvements

  • Allow PHP 8.0

2.0.5

27 Oct 13:06
2.0.5
14cf4e1
Compare
Choose a tag to compare

✨ Improvements

  • Disable checkGenericClassInNonGenericObjectType: in PhpStan.

2.0.4

27 Oct 12:57
2.0.4
249a808
Compare
Choose a tag to compare

✨ Improvements

  • Disable checkMissingIterableValueType in PhpStan.

2.0.3

27 Oct 12:48
2.0.3
60139e6
Compare
Choose a tag to compare

✨ Improvements

  • Don't force blank line before yield.

2.0.2

17 Sep 12:57
2.0.2
969cc48
Compare
Choose a tag to compare

✨ Improvements

  • Also run PHP CS Fixer in the tests/ directory.

2.0.1

17 Sep 12:01
2.0.1
eabca39
Compare
Choose a tag to compare

✨ Improvements

  • Use tabs for indentation.

2.0.0

16 Sep 15:46
2.0.0
216c1ff
Compare
Choose a tag to compare

💥 Breaking Changes

  • Use PhpStan instead of Psalm.

1.0.2

16 Sep 15:03
1.0.2
feeed1b
Compare
Choose a tag to compare

✨ Improvements

  • Ignore UnusedClass for libraries.

1.0.1

16 Sep 15:03
1.0.1
23519c1
Compare
Choose a tag to compare

✨ Improvements

  • Separate configs for libs + projects.