File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ CHANGELOG for PHP CS Fixer
33
44This file contains changelogs for stable releases only.
55
6+ Changelog for v2.17.5
7+ ---------------------
8+
9+ * bug #5447 switch_case_semicolon_to_colon should skip match/default statements (derrabus)
10+ * bug #5453 SingleSpaceAfterConstructFixer - better handling of closing parenthesis and brace (keradus)
11+ * bug #5454 NullableTypeDeclarationForDefaultNullValueFixer - support property promotion via constructor (keradus)
12+ * bug #5455 PhpdocToCommentFixer - add support for attributes (keradus)
13+ * bug #5462 NullableTypeDeclarationForDefaultNullValueFixer - support union types (keradus)
14+ * minor #5445 DX: update usage of old TraversableContains in tests (keradus)
15+ * minor #5456 DX: Fix CiIntegrationTest (keradus)
16+ * minor #5457 CI: fix params order (keradus)
17+ * minor #5459 DX: cleanup PHP Migration rulesets (keradus)
18+
619Changelog for v2.17.4
720---------------------
821
Original file line number Diff line number Diff line change 3434 */
3535final class Application extends BaseApplication
3636{
37- const VERSION = '2.17.5-DEV ' ;
37+ const VERSION = '2.17.5 ' ;
3838 const VERSION_CODENAME = 'Desert Beast ' ;
3939
4040 /**
You can’t perform that action at this time.
0 commit comments