Skip to content

Commit aaee4f3

Browse files
committed
prepared the 2.17.2 release
1 parent dd365d2 commit aaee4f3

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

44
This file contains changelogs for stable releases only.
55

6+
Changelog for v2.17.2
7+
---------------------
8+
9+
* bug #5345 CleanNamespaceFixer - preserve traling comments (SpacePossum)
10+
* bug #5348 PsrAutoloadingFixer - fix for class without namespace (kubawerlos)
11+
* bug #5362 SingleSpaceAfterConstructFixer: Do not adjust whitespace before multiple multi-line extends (localheinz, SpacePossum)
12+
* minor #5314 Enable testing with PHPUnit 9.x (sanmai)
13+
* minor #5319 Clean ups (SpacePossum)
14+
* minor #5338 clean ups (SpacePossum)
15+
* minor #5339 NoEmptyStatementFixer - fix more cases (SpacePossum)
16+
* minor #5340 NamedArgumentTransformer - Introduction (SpacePossum)
17+
* minor #5344 Update docs: do not use deprecated create method (SpacePossum)
18+
* minor #5353 Fix typo in issue template (stof)
19+
* minor #5355 OrderedTraitsFixer - mark as risky (SpacePossum)
20+
* minor #5356 RuleSet description fixes (SpacePossum)
21+
* minor #5359 Add application version to "fix" out put when verbosity flag is set (SpacePossum)
22+
* minor #5360 DX: clean up detectIndent methods (kubawerlos)
23+
* minor #5363 Added missing self return type to ConfigInterface::registerCustomFixers() (vudaltsov)
24+
* minor #5366 PhpUnitDedicateAssertInternalTypeFixer - recover target option (keradus)
25+
* minor #5368 DX: PHPUnit 9 compatibility for 2.17 (keradus)
26+
* minor #5370 DX: update PHPUnit usage to use external Prophecy trait and solve warning (keradus)
27+
* minor #5371 Update documentation about PHP_CS_FIXER_IGNORE_ENV (SanderSander, keradus)
28+
* minor #5373 DX: MagicMethodCasingFixerTest - fix test case description (keradus)
29+
* minor #5374 DX: PhpUnitDedicateAssertInternalTypeFixer - add code sample for non-default config (keradus)
30+
631
Changelog for v2.17.1
732
---------------------
833

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.2-DEV';
37+
const VERSION = '2.17.2';
3838
const VERSION_CODENAME = 'Desert Beast';
3939

4040
/**

0 commit comments

Comments
 (0)