Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d45f8b

Browse files
committed
Merge branch '2.2' into 2.3
Conflicts: CHANGELOG.md README.rst src/Console/Application.php
2 parents 888981c + 5191e01 commit 0d45f8b

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,41 @@ Changelog for v2.3.0
1818
* minor #2568 Require PHP 5.6+ (keradus)
1919
* minor #2672 Bump symfony/* deps (keradus)
2020

21+
Changelog for v2.2.4
22+
--------------------
23+
24+
* bug #2682 DoctrineAnnotationIndentationFixer - fix handling nested annotations (edhgoose, julienfalque)
25+
* bug #2700 Fix Doctrine Annotation end detection (julienfalque)
26+
* bug #2715 OrderedImportsFixer - handle indented groups (pilgerone)
27+
* bug #2732 HeaderCommentFixer - fix handling blank lines (s7b4)
28+
* bug #2745 Fix Doctrine Annotation newlines (julienfalque)
29+
* bug #2752 FixCommand - fix typo in warning message (mnapoli)
30+
* bug #2757 GeckoPHPUnit is not dev dependency (keradus)
31+
* bug #2759 Update gitattributes (SpacePossum)
32+
* bug #2763 Fix describe command with PSR-0 fixer (julienfalque)
33+
* bug #2768 Tokens::ensureWhitespaceAtIndex - clean up comment check, add check for T_OPEN (SpacePossum)
34+
* bug #2783 Tokens::ensureWhitespaceAtIndex - Fix handling line endings (SpacePossum)
35+
* minor #2663 Use colors for keywords in commands output (julienfalque, keradus)
36+
* minor #2706 Update README (SpacePossum)
37+
* minor #2714 README.rst - fix wrong value in example (mleko)
38+
* minor #2721 Update phpstorm article link to a fresh blog post (valeryan)
39+
* minor #2727 PHPUnit - use speedtrap (keradus)
40+
* minor #2728 SelfUpdateCommand - verify that it's possible to replace current file (keradus)
41+
* minor #2729 DescribeCommand - add decorated output test (julienfalque)
42+
* minor #2731 BracesFixer - properly pass config in utest dataProvider (keradus)
43+
* minor #2738 Upgrade tests to use new, namespaced PHPUnit TestCase class (keradus)
44+
* minor #2743 Fixing example and description for GeneralPhpdocAnnotationRemoveFixer (kubawerlos)
45+
* minor #2744 AbstractDoctrineAnnotationFixerTestCase - split fixers test cases (julienfalque)
46+
* minor #2755 Fix compatibility with PHPUnit 5.4.x (keradus)
47+
* minor #2758 Readme - improve CI integration guidelines (keradus)
48+
* minor #2769 Psr0Fixer - remove duplicated example (julienfalque)
49+
* minor #2775 NoExtraConsecutiveBlankLinesFixer - remove duplicate code sample. (SpacePossum)
50+
* minor #2778 AutoReview - watch that code samples are unique (keradus)
51+
* minor #2787 Add warnings about missing dom ext and require json ext (keradus)
52+
* minor #2792 Use composer-require-checker (keradus)
53+
* minor #2796 Update .gitattributes (SpacePossum)
54+
* minor #2800 PhpdocTypesFixerTest - Fix typo in covers annotation (SpacePossum)
55+
2156
Changelog for v2.2.3
2257
--------------------
2358

0 commit comments

Comments
 (0)