Skip to content

Commit 582f007

Browse files
committed
prepared the 2.17.5 release
1 parent 3dbe23f commit 582f007

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

44
This 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+
619
Changelog for v2.17.4
720
---------------------
821

src/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
final 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
/**

0 commit comments

Comments
 (0)