@@ -51,6 +51,91 @@ Changelog for v2.16.0
5151* minor #4619 Fix PHP 7.3 strict mode warnings (keradus)
5252* minor #4621 Add single_line_throw to Symfony ruleset (keradus)
5353
54+ Changelog for v2.15.6
55+ ---------------------
56+
57+ * bug #3820 Braces - (re)indenting comment issues (SpacePossum)
58+ * bug #3911 PhpdocVarWithoutNameFixer - fix for properties only (dmvdbrugge)
59+ * bug #4601 ClassKeywordRemoveFixer - Fix for namespace (yassine-ah, kubawerlos)
60+ * bug #4630 FullyQualifiedStrictTypesFixer - Ignore partial class names which look like FQCNs (localheinz, SpacePossum)
61+ * bug #4661 ExplicitStringVariableFixer - variables pair if one is already explicit (kubawerlos)
62+ * bug #4675 NonPrintableCharacterFixer - fix for backslash and quotes when changing to escape sequences (kubawerlos)
63+ * bug #4678 TokensAnalyzer::isConstantInvocation - fix for importing multiple classes with single "use" (kubawerlos)
64+ * bug #4682 Fix handling array type declaration in properties (julienfalque)
65+ * bug #4685 Improve Symfony 5 compatibility (keradus)
66+ * bug #4688 TokensAnalyzer::isConstantInvocation - Fix detection for fully qualified return type (julienfalque)
67+ * bug #4689 DeclareStrictTypesFixer - fix for "strict_types" set to "0" (kubawerlos)
68+ * bug #4690 PhpdocVarAnnotationCorrectOrderFixer - fix for multiline ` @var ` without type (kubawerlos)
69+ * bug #4710 SingleTraitInsertPerStatement - fix formatting for multiline "use" (kubawerlos)
70+ * bug #4711 Ensure that files from "tests" directory in release are autoloaded (kubawerlos)
71+ * bug #4749 TokensAnalyze::isUnaryPredecessorOperator fix for CT::T_ARRAY_INDEX_C… (SpacePossum)
72+ * bug #4759 Add more priority cases (SpacePossum)
73+ * bug #4761 NoSuperfluousElseifFixer - handle single line (SpacePossum)
74+ * bug #4783 NoSuperfluousPhpdocTagsFixer - fix for really big PHPDoc (kubawerlos, mvorisek)
75+ * bug #4787 NoUnneededFinalMethodFixer - Mark as risky (SpacePossum)
76+ * bug #4795 OrderedClassElementsFixer - Fix (SpacePossum)
77+ * bug #4804 TokensAnalyzer::isUnarySuccessorOperator fix for array curly braces (SpacePossum)
78+ * bug #4807 IncrementStyleFixer - handle after ")" (SpacePossum)
79+ * bug #4808 Modernize types casting fixer array curly (SpacePossum)
80+ * bug #4809 Fix "braces" and "method_argument_space" priority (julienfalque)
81+ * bug #4813 BracesFixer - fix invalid code generation on alternative syntax (SpacePossum)
82+ * bug #4823 ReturnAssignmentFixer - repeat fix (SpacePossum)
83+ * bug #4824 NoUnusedImportsFixer - SingleLineAfterImportsFixer - fix priority (SpacePossum)
84+ * bug #4829 YodaStyleFixer - fix precedence for T_MOD_EQUAL and T_COALESCE_EQUAL (SpacePossum)
85+ * bug #4830 TernaryToNullCoalescingFixer - handle yield from (SpacePossum)
86+ * bug #4835 Remove duplicate "function_to_constant" from RuleSet (SpacePossum)
87+ * bug #4840 LineEndingFixer - T_CLOSE_TAG support, StringLineEndingFixer - T_INLI… (SpacePossum)
88+ * bug #4846 FunctionsAnalyzer - better isGlobalFunctionCall detection (SpacePossum)
89+ * bug #4852 Priority issues (SpacePossum)
90+ * bug #4870 HeaderCommentFixer - do not remove class docs (gharlan)
91+ * bug #4871 NoExtraBlankLinesFixer - handle cases on same line (SpacePossum)
92+ * bug #4895 Fix conflict between header_comment and declare_strict_types (BackEndTea, julienfalque)
93+ * bug #4911 PhpdocSeparationFixer - fix regression with lack of next line (keradus)
94+ * feature #4742 FunctionToConstantFixer - get_class($this) support (SpacePossum)
95+ * minor #4377 CommentsAnalyzer - fix for declare before header comment (kubawerlos)
96+ * minor #4636 DX: do not check for PHPDBG when collecting coverage (kubawerlos)
97+ * minor #4644 Docs: add info about "-vv..." (voku)
98+ * minor #4691 Run Travis CI on stable PHP 7.4 (kubawerlos)
99+ * minor #4693 Increase Travis CI Git clone depth (julienfalque)
100+ * minor #4699 LineEndingFixer - handle "\r\r\n" (kubawerlos)
101+ * minor #4703 NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p… (SpacePossum)
102+ * minor #4707 Fix typos (TysonAndre)
103+ * minor #4712 NoBlankLinesAfterPhpdocFixer — Do not strip newline between docblock and use statements (mollierobbert)
104+ * minor #4715 Enhancement: Install ergebnis/composer-normalize via Phive (localheinz)
105+ * minor #4722 Fix Circle CI build (julienfalque)
106+ * minor #4724 DX: Simplify installing PCOV (kubawerlos)
107+ * minor #4736 NoUnusedImportsFixer - do not match variable name as import (SpacePossum)
108+ * minor #4746 NoSuperfluousPhpdocTagsFixer - Remove for typed properties (PHP 7.4) (ruudk)
109+ * minor #4753 Do not apply any text/.git filters to fixtures (mvorisek)
110+ * minor #4757 Test $expected is used before $input (SpacePossum)
111+ * minor #4758 Autoreview the PHPDoc of * Fixer::getPriority based on the priority map (SpacePossum)
112+ * minor #4765 Add test on some return types (SpacePossum)
113+ * minor #4766 Remove false test skip (SpacePossum)
114+ * minor #4767 Remove useless priority comments (kubawerlos)
115+ * minor #4769 DX: add missing priority tests (kubawerlos)
116+ * minor #4772 NoUnneededFinalMethodFixer - update description (kubawerlos)
117+ * minor #4774 DX: simplify Utils::camelCaseToUnderscore (kubawerlos)
118+ * minor #4781 NoUnneededCurlyBracesFixer - handle namespaces (SpacePossum)
119+ * minor #4784 Travis CI - Use multiple keyservers (ktomk)
120+ * minor #4785 Improve static analysis (enumag)
121+ * minor #4788 Configurable fixers code sample (SpacePossum)
122+ * minor #4791 Increase PHPStan level to 3 (julienfalque)
123+ * minor #4797 clean ups (SpacePossum)
124+ * minor #4803 FinalClassFixer - Doctrine\ORM\Mapping as ORM alias should not be required (localheinz)
125+ * minor #4839 2.15 - clean ups (SpacePossum)
126+ * minor #4842 ReturnAssignmentFixer - Support more cases (julienfalque)
127+ * minor #4844 Same requirements for descriptions (SpacePossum)
128+ * minor #4849 Increase PHPStan level to 5 (julienfalque)
129+ * minor #4857 Fixed the unit tests (GrahamCampbell)
130+ * minor #4865 Use latest xcode image (GrahamCampbell)
131+ * minor #4892 CombineNestedDirnameFixer - Add space after comma (julienfalque)
132+ * minor #4898 FixerTest - yield the data in AutoReview (Nyholm)
133+ * minor #4899 Fix exception message format for fabbot.io (SpacePossum)
134+ * minor #4905 Support composer v2 installed.json files (GrahamCampbell)
135+ * minor #4906 CI: use Composer stable release for AppVeyor (kubawerlos)
136+ * minor #4909 DX: HeaderCommentFixer - use non-aliased version of option name in code (keradus)
137+ * minor #4912 CI: Fix AppVeyor integration (keradus)
138+
54139Changelog for v2.15.5
55140---------------------
56141
0 commit comments