@@ -59,6 +59,57 @@ Changelog for v2.3.0
5959* minor #2568 Require PHP 5.6+ (keradus)
6060* minor #2672 Bump symfony/* deps (keradus)
6161
62+ Changelog for v2.2.5
63+ --------------------
64+
65+ * bug #2807 NoUselessElseFixer - Fix detection of conditional block (SpacePossum)
66+ * bug #2809 Phar release - fix readme generation (SpacePossum, keradus)
67+ * bug #2827 MethodArgumentSpaceFixer - Always remove trailing spaces (julienfalque)
68+ * bug #2835 SelfAcessorFixer - class property fix (mnabialek)
69+ * bug #2848 PhpdocIndentFixer - fix edge case with inline phpdoc (keradus)
70+ * bug #2849 BracesFixer - Fix indentation issues with comments (julienfalque)
71+ * bug #2851 Tokens - ensureWhitespaceAtIndex (GrahamCampbell, SpacePossum)
72+ * bug #2854 NoLeadingImportSlashFixer - Removing leading slash from import even when in global space (kubawerlos)
73+ * bug #2858 Support generic types (keradus)
74+ * bug #2869 Fix handling required configuration (keradus)
75+ * bug #2881 NoUnusedImportsFixer - Bug when trying to insert empty token (GrahamCampbell, keradus)
76+ * bug #2882 DocBlock\Annotation - Fix parsing of collections with multiple key types (julienfalque)
77+ * bug #2886 NoSpacesInsideParenthesisFixer - Do not remove whitespace if next token is comment (SpacePossum)
78+ * bug #2888 SingleImportPerStatementFixer - Add support for function and const (SpacePossum)
79+ * bug #2901 Add missing files to archive files (keradus)
80+ * bug #2914 HeredocToNowdocFixer - works with CRLF line ending (dg)
81+ * bug #2920 RuleSet - Update deprecated configuration of fixers (SpacePossum, keradus)
82+ * minor #1531 Update docs for few generic types (keradus)
83+ * minor #2793 COOKBOOK-FIXERS.md - update to current version, fix links (keradus)
84+ * minor #2812 ProcessLinter - compatibility with Symfony 3.3 (keradus)
85+ * minor #2816 Tokenizer - better docs and validation (keradus)
86+ * minor #2817 Tokenizer - use future-compatible interface (keradus)
87+ * minor #2819 Fix benchmark (keradus)
88+ * minor #2824 code grooming (keradus)
89+ * minor #2826 Exceptions - provide utests (localheinz)
90+ * minor #2828 Enhancement: Reference phpunit.xsd from phpunit.xml.dist (localheinz)
91+ * minor #2830 Differs - add tests (localheinz)
92+ * minor #2832 Fix: Use all the columns (localheinz)
93+ * minor #2833 Doctrine\Annotation\Token - provide utests (localheinz)
94+ * minor #2839 Use PHP 7.2 polyfill instead of xml one (keradus)
95+ * minor #2842 Move null to first position in PHPDoc types (julienfalque)
96+ * minor #2850 ReadmeCommandTest - Prevent diff output (julienfalque)
97+ * minor #2859 Fixed typo and dead code removal (GrahamCampbell)
98+ * minor #2863 FileSpecificCodeSample - add tests (localheinz)
99+ * minor #2864 WhitespacesAwareFixerInterface clean up (Slamdunk)
100+ * minor #2865 AutoReview\FixerTest - test configuration samples (SpacePossum, keradus)
101+ * minor #2867 VersionSpecification - Fix copy-paste typo (SpacePossum)
102+ * minor #2874 LineTest - fix typo (keradus)
103+ * minor #2875 HelpCommand - recursive layout fix (SpacePossum)
104+ * minor #2883 DescribeCommand - Show which sample uses the default configuration (SpacePossum)
105+ * minor #2887 Housekeeping - Strict whitespace checks (SpacePossum)
106+ * minor #2895 ProjectCodeTest - check that classes in no-tests exception exist (keradus)
107+ * minor #2896 Move testing related classes from src to tests (keradus)
108+ * minor #2904 Reapply CS (keradus)
109+ * minor #2910 PhpdocAnnotationWithoutDotFixer - Restrict lowercasing (oschwald)
110+ * minor #2913 Tests - tweaks (SpacePossum, keradus)
111+ * minor #2916 FixerFactory - drop return in sortFixers(), never used (TomasVotruba)
112+
62113Changelog for v2.2.4
63114--------------------
64115
@@ -128,7 +179,7 @@ Changelog for v2.2.1
128179* minor #2668 add covers annotation (keradus)
129180* minor #2669 TokensTest - grooming (SpacePossum)
130181* minor #2670 AbstractFixer: use applyFix instead of fix (Slamdunk)
131- * minor #2677 README: Correct progressbar option support (Laurens Stötzel )
182+ * minor #2677 README: Correct progressbar option support (Laurens St�tzel )
132183
133184Changelog for v2.2.0
134185--------------------
0 commit comments