Skip to content

Commit 0a9cd6c

Browse files
committed
Merge branch '2.17'
# Conflicts: # src/Console/Application.php
2 parents ad2c5c7 + 8714455 commit 0a9cd6c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ CHANGELOG for PHP CS Fixer
33

44
This file contains changelogs for stable releases only.
55

6+
Changelog for v2.17.4
7+
---------------------
8+
9+
* bug #5379 PhpUnitMethodCasingFixer - Do not modify class name (localheinz)
10+
* bug #5404 NullableTypeTransformer - constructor property promotion support (Wirone)
11+
* bug #5433 PhpUnitTestCaseStaticMethodCallsFixer - fix for abstract static method (kubawerlos)
12+
* minor #5234 DX: Add Docker dev setup (julienfalque, keradus)
13+
* minor #5391 PhpdocOrderByValueFixer - Add additional annotations to sort (localheinz)
14+
* minor #5392 PhpdocScalarFixer - Fix description (localheinz)
15+
* minor #5397 NoExtraBlankLinesFixer - PHP8 throw support (SpacePossum)
16+
* minor #5399 Add PHP8 integration test (keradus)
17+
* minor #5405 TypeAlternationTransformer - add support for PHP8 (SpacePossum)
18+
* minor #5406 SingleSpaceAfterConstructFixer - Attributes, comments and PHPDoc support (SpacePossum)
19+
* minor #5407 TokensAnalyzer::getClassyElements - return trait imports (SpacePossum)
20+
* minor #5410 minors (SpacePossum)
21+
* minor #5411 bump year in LICENSE file (SpacePossum)
22+
* minor #5414 TypeAlternationTransformer - T_FN support (SpacePossum)
23+
* minor #5415 Forbid execution under PHP 8.0.0 (keradus)
24+
* minor #5416 Drop Travis CI (keradus)
25+
* minor #5419 CI: separate SCA checks to dedicated jobs (keradus)
26+
* minor #5420 DX: unblock PHPUnit 9.5 (keradus)
27+
* minor #5423 DX: PHPUnit - disable verbose by default (keradus)
28+
* minor #5425 Cleanup 3.0 todos (keradus)
29+
* minor #5427 Plan changing defaults for array_syntax and list_syntax in 3.0 release (keradus)
30+
* minor #5429 DX: Drop speedtrap PHPUnit listener (keradus)
31+
* minor #5432 Don't allow unserializing classes with a destructor (jderusse)
32+
* minor #5435 DX: PHPUnit - groom configuration of time limits (keradus)
33+
* minor #5439 VisibilityRequiredFixer - support type alternation for properties (keradus)
34+
* minor #5442 DX: FunctionsAnalyzerTest - add missing 7.0 requirement (keradus)
35+
636
Changelog for v2.17.3
737
---------------------
838

0 commit comments

Comments
 (0)