File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ CHANGELOG for PHP CS Fixer
33
44This file contains changelogs for stable releases only.
55
6+ Changelog for v2.18.7
7+ ---------------------
8+
9+ * bug #5593 SingleLineThrowFixer - fix handling anonymous classes (kubawerlos)
10+ * bug #5654 SingleLineThrowFixer - fix for match expression (kubawerlos)
11+ * bug #5660 TypeAlternationTransformer - fix for "array" type in type alternation (kubawerlos)
12+ * bug #5665 NullableTypeDeclarationForDefaultNullValueFixer - fix for nullable with attribute (kubawerlos)
13+ * bug #5670 PhpUnitNamespacedFixer - do not try to fix constant (kubawerlos)
14+ * bug #5671 PhpdocToParamTypeFixer - do not change function call (kubawerlos)
15+ * bug #5673 GroupImportFixer - Fix failing case (julienfalque)
16+ * minor #4591 Refactor conversion of PHPDoc to type declarations (julienfalque, keradus)
17+ * minor #5611 DX: use method expectDeprecation from Symfony Bridge instead of annotation (kubawerlos)
18+ * minor #5658 DX: use constants in tests for Fixer configuration (keradus)
19+ * minor #5661 DX: remove PHPStan exceptions for "tests" from phpstan.neon (kubawerlos)
20+ * minor #5662 Change wording from "merge" to "intersect" (jschaedl)
21+ * minor #5663 DX: do not abuse "inheritdoc" tag (kubawerlos)
22+ * minor #5664 DX: code grooming (keradus)
23+
624Changelog for v2.18.6
725---------------------
826
Original file line number Diff line number Diff line change 3434 */
3535final class Application extends BaseApplication
3636{
37- const VERSION = '2.18.7-DEV ' ;
37+ const VERSION = '2.18.7 ' ;
3838 const VERSION_CODENAME = 'Remote Void ' ;
3939
4040 /**
You can’t perform that action at this time.
0 commit comments