Skip to content

Commit 48512e1

Browse files
committed
Merge branch '2.12' into 2.14
# Conflicts: # CHANGELOG.md # README.rst # src/Console/Application.php
2 parents abd1202 + 3b917bc commit 48512e1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,32 @@ Changelog for v2.13.0
228228
* minor #3873 Add the native_function_invocation fixer in the Symfony:risky ruleset (stof)
229229
* minor #3979 DX: enable php_unit_method_casing (keradus)
230230

231+
Changelog for v2.12.11
232+
----------------------
233+
234+
* bug #4132 BlankLineAfterNamespaceFixer - do not remove indent, handle comments (kubawerlos)
235+
* bug #4384 MethodArgumentSpaceFixer - fix for on_multiline:ensure_fully_multiline with trailing comma in function call (kubawerlos)
236+
* bug #4404 FileLintingIterator - fix current value on end/invalid (SpacePossum)
237+
* bug #4421 FunctionTypehintSpaceFixer - Ensure single space between type declaration and parameter (localheinz)
238+
* bug #4436 MethodArgumentSpaceFixer - handle misplaced ) (keradus)
239+
* bug #4439 NoLeadingImportSlashFixer - Add space if needed (SpacePossum)
240+
* bug #4453 Fix preg_match error on 7.4snapshot (kubawerlos)
241+
* bug #4461 IsNullFixer - fix null coalescing operator handling (linniksa)
242+
* bug #4467 ToolInfo - fix access to reference without checking existence (black-silence)
243+
* bug #4472 Fix non-static closure unbinding this on PHP 7.4 (kelunik)
244+
* minor #3726 Use Box 3 to build the PHAR (theofidry, keradus)
245+
* minor #4412 PHP 7.4 - Tests for support (SpacePossum)
246+
* minor #4431 DX: test that default config is not passed in RuleSet (kubawerlos)
247+
* minor #4433 DX: test to ensure @PHPUnitMigration rule sets are correctly defined (kubawerlos)
248+
* minor #4445 DX: static call of markTestSkippedOrFail (kubawerlos)
249+
* minor #4463 Add apostrophe to possessive "team's" (ChandlerSwift)
250+
* minor #4471 ReadmeCommandTest - use CommandTester (kubawerlos)
251+
* minor #4477 DX: control names of public methods in test's classes (kubawerlos)
252+
* minor #4483 NewWithBracesFixer - Fix object operator and curly brace open cases (SpacePossum)
253+
* minor #4484 fix typos in README (Sven Ludwig)
254+
* minor #4494 DX: Fix shell script syntax in order to fix Travis builds (drupol)
255+
* minor #4516 DX: Lock binary SCA tools versions (keradus)
256+
231257
Changelog for v2.12.10
232258
----------------------
233259

0 commit comments

Comments
 (0)