Skip to content

Commit b3281bb

Browse files
committed
prepared the 2.18.7 release
1 parent d6428ab commit b3281bb

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

44
This 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+
624
Changelog for v2.18.6
725
---------------------
826

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.18.7-DEV';
37+
const VERSION = '2.18.7';
3838
const VERSION_CODENAME = 'Remote Void';
3939

4040
/**

0 commit comments

Comments
 (0)