All Versions
191
Latest Version
Avg Release Cycle
54 days
Latest Release
-

Changelog History
Page 15

  • v2.2.1 Changes

    • πŸ› bug #2621 Tokenizer - fix edge cases with empty code, registered found tokens and code hash (SpacePossum, keradus)
    • πŸ› bug #2674 SemicolonAfterInstructionFixer - Fix case where block ends with an opening curly brace (ntzm)
    • πŸ› bug #2675 ProcessOutputTest - update tests to pass on newest Symfony components under Windows (keradus)
    • ⬆️ minor #2651 Fix UPGRADE.md table syntax so it works in GitHub (ntzm, keradus)
    • minor #2665 Travis - Improve trailing spaces detection (julienfalque)
    • 🚚 minor #2666 TransformersTest - move test to auto-review group (keradus)
    • minor #2668 add covers annotation (keradus)
    • βœ… minor #2669 TokensTest - grooming (SpacePossum)
    • minor #2670 AbstractFixer: use applyFix instead of fix (Slamdunk)
    • πŸ‘ minor #2677 README: Correct progressbar option support (Laurens StοΏ½tzel)
  • v2.2.0 Changes

    • πŸ› bug #2640 NoExtraConsecutiveBlankLinesFixer - Fix single indent characters not working (ntzm)
    • πŸ”‹ feature #2220 Doctrine annotation fixers (julienfalque)
    • πŸ”‹ feature #2431 MethodArgumentSpaceFixer: allow to retain multiple spaces after comma (Slamdunk)
    • πŸ”‹ feature #2459 BracesFixer - Add option for keeping opening brackets on the same line (jtojnar, SpacePossum)
    • πŸ”‹ feature #2486 Add FunctionToConstantFixer (SpacePossum, keradus)
    • πŸ”‹ feature #2505 FunctionDeclarationFixer - Make space after anonymous function configurable (jtojnar, keradus)
    • πŸ”‹ feature #2509 FullOpeningTagFixer - Ensure opening PHP tag is lowercase (jtojnar)
    • πŸ”‹ feature #2532 FixCommand - add stop-on-violation option (keradus)
    • πŸ”‹ feature #2591 Improve process output (julienfalque)
    • πŸ”‹ feature #2603 Add InvisibleSymbols Fixer (ivan1986, keradus)
    • πŸ”‹ feature #2642 Add MagicConstantCasingFixer (ntzm)
    • πŸ”‹ feature #2657 PhpdocToCommentFixer - Allow phpdoc for language constructs (ceeram, SpacePossum)
    • πŸ”§ minor #2500 Configuration resolver (julienfalque, SpacePossum, keradus)
    • minor #2566 Show more details on errors and exceptions. (SpacePossum, julienfalque)
    • minor #2597 HHVM - bump required version to 3.18 (keradus)
    • minor #2606 FixCommand - fix missing comment close tag (keradus)
    • 🚚 minor #2623 OrderedClassElementsFixer - remove dead code (SpacePossum)
    • ⚑️ minor #2625 Update Symfony and Symfony:risky rulesets (keradus)
    • minor #2626 TernaryToNullCoalescingFixer - adjust ruleset membership and description (keradus)
    • βœ… minor #2635 ProjectCodeTest - watch that all classes have dedicated tests (keradus)
    • 🚚 minor #2647 DescribeCommandTest - remove deprecated code usage (julienfalque)
    • 🚚 minor #2648 Move non-code covering tests to AutoReview subnamespace (keradus)
    • βœ… minor #2652 NoSpacesAroundOffsetFixerTest - fix deprecation (keradus)
    • minor #2656 Code grooming (keradus)
    • πŸ— minor #2659 Travis - speed up preparation for phar building (keradus)
    • πŸ›  minor #2660 Fixed typo in suggest for ext-mbstring (pascal-hofmann)
    • πŸ–¨ minor #2661 NonPrintableCharacterFixer - include into Symfony:risky ruleset (keradus)
  • v2.1.3 Changes

    • πŸ› bug #2358 Cache - Deal with signature encoding (keradus, GrahamCampbell)
    • πŸ› bug #2475 Add shorthand array destructing support (SpacePossum, keradus)
    • πŸ› bug #2595 NoUnusedImportsFixer - Fix import usage detection with properties (julienfalque)
    • πŸ› bug #2605 PhpdocAddMissingParamAnnotationFixer, PhpdocOrderFixer - fix priority issue (SpacePossum)
    • πŸ› bug #2607 Fixers - better comments handling (SpacePossum)
    • πŸ› bug #2612 BracesFixer - Fix early bracket close for do-while loop inside an if without brackets (felixgomez)
    • πŸ› bug #2614 Ensure that '*Fixer::fix()' won't crash when running on non-candidate collection (keradus)
    • πŸ› bug #2630 HeaderCommentFixer - Fix trailing whitespace not removed after <?php (julienfalque)
    • πŸ› bug #2637 ToolInfo - use static dir check for composer discovery (Slamdunk)
    • πŸ› bug #2639 SemicolonAfterInstructionFixer - Handle alternative syntax (SpacePossum)
    • bug #2645 HHVM: handle T_HH_ERROR (keradus)
    • πŸ› bug #2653 IsNullFixer - fix edge case (localheinz, kalessil)
    • πŸ› bug #2654 PhpdocAddMissingParamAnnotationFixer - handle one-line docblocks (keradus)
    • πŸ— minor #2594 Travis - generate coverage report at 7.1 and clean up build matrix (keradus)
    • πŸ‘» minor #2613 HeaderCommentFixer - add missing case for exception raising (keradus)
    • βœ… minor #2615 Add DescribeCommand test (julienfalque)
    • βœ… minor #2616 Exclude more tests in phar version (keradus)
    • ⚑️ minor #2618 Update README.rst (mhitza)
    • 🚚 minor #2620 Finder - Remove *.twig as default (SpacePossum)
    • 🚚 minor #2641 Cookbook - remove information about levels (keradus)
    • βœ… minor #2644 DescribeCommandTest - fix test execution on decorated console (keradus)
    • minor #2655 AppVeyor - Cache Composer Installation (julienfalque)
  • v2.1.2 Changes

    • πŸ› bug #2580 NoSpacesAfterFunctionNameFixer - Fix after dynamic call (SpacePossum, keradus)
    • πŸ› bug #2586 NoUnusedImportsFixerTest - handle FQCN import (keradus)
    • πŸ› bug #2587 NoClosingTagFixerTest - handle file without operations (keradus, SpacePossum)
    • minor #2552 Initial compatibility with PHP 7.2-DEV (keradus)
    • πŸ— minor #2582 Improve AppVeyor and Travis CI build time (julienfalque)
    • 0️⃣ minor #2584 NoUnreachableDefaultArgumentValueFixer - fix typo (chadburrus)
    • 🚚 minor #2593 PhpUnitFqcnAnnotationFixer - move test to proper namespace (keradus)
    • ⚑️ minor #2596 AppVeyor - update PHP versions (keradus)
  • v2.1.1 Changes

    • πŸ› bug #2547 NoUnneededControlParenthesesFixer - Handle T_COALESCE in clone (keksa)
    • πŸ› bug #2557 BracesFixer - Better comments handling (SpacePossum)
    • πŸ› bug #2558 require symfony/polyfill-xml (SpacePossum)
    • πŸ› bug #2560 PhpdocNoAliasTagFixer - Fix circular replacements detection (julienfalque)
    • πŸ› bug #2567 Filename with spaces usage (jaymecd)
    • πŸ› bug #2572 NoUnreachableDefaultArgumentValueFixer - Mark as risky (SpacePossum)
    • minor #2533 AppVeyor - adjust phpunit version (keradus)
    • minor #2535 Make .gitignore entries more specific (julienfalque)
    • βœ… minor #2541 README.rst - provide download link for latest version (keradus)
    • minor #2562 Add schema.json (keradus)
    • βœ… minor #2563 Add deprecation notices tests (julienfalque)
    • πŸ”§ minor #2564 Add rules configuration by passing json encode config by CLI (SpacePossum)
    • minor #2569 Make symfony/phpunit-bridge a dev dependency only (julienfalque)
    • minor #2574 Add xml.xsd (keradus)
  • v2.1.0 Changes

    • πŸ”‹ feature #2124 Add TernaryToNullCoalescingFixer (Slamdunk, SpacePossum)
    • πŸ”‹ feature #2280 Configurable OrderedImportsFixer (DarkaOnLine)
    • feature #2351 Enhancement: Allow to configure return_type_declaration rule (localheinz)
    • πŸ”‹ feature #2359 Add PhpdocNoUselessInheritdocFixer (SpacePossum, keradus)
    • πŸ”‹ feature #2414 Add PhpdocReturnSelfReferenceFixer (SpacePossum)
    • πŸ”‹ feature #2415 Add IsNullFixer (kalessil, keradus)
    • feature #2421 BracesFixer - Add allow_single_line_closure configuration (keradus)
    • πŸ”‹ feature #2461 PhpdocNoUselessInheritdocFixer - support multiline docblock (keradus)
    • πŸ”‹ feature #2462 Add NativeFunctionInvocationFixer (localheinz, keradus, Slamdunk)
    • πŸ”‹ feature #2478 DeclareEqualNormalizeFixer - Add config option (SpacePossum)
    • πŸ”‹ feature #2494 FixCommand - Support rules with params (ptcong, keradus)
    • minor #2452 Provide rules definitions (keradus)
    • minor #2460 RuleSet - extend Symfony (keradus)
    • βœ… minor #2483 DX: AbstractIntegrationTestCase does not use IntegrationCase::shouldCheckPriority, logic is now automated and method is now deprecated (keradus)
    • minor #2488 IsNullFixer - Fix bug when calling without params (SpacePossum)
    • 🚚 minor #2519 remove trailing whitespace (keradus)
  • v2.0.1 Changes

    • πŸ› bug #2357 Better handling of file name that is the same in multiple finder paths (keradus)
    • πŸ› bug #2373 FunctionDeclarationFixer - Fix static anonymous functions (SpacePossum)
    • πŸ› bug #2377 PhpdocSeparationFixer - Ignore incorrect PHPDoc (SpacePossum, keradus)
    • πŸ› bug #2388 PhpdocAlignFixer - unicode characters support (SpacePossum)
    • πŸ› bug #2399 HashToSlashCommentFixer - Fix edge cases (SpacePossum)
    • πŸ› bug #2403 ClassDefinitionFixer - Anonymous classes format by PSR12 (SpacePossum)
    • πŸ› bug #2408 SingleClassElementPerStatementFixer, PhpdocSeparationFixer - add missing WhitespacesAwareFixerInterface interface (keradus)
    • πŸ› bug #2425 ClassKeywordRemoveFixer - Fix handling leading backslash and comments (SpacePossum)
    • πŸ› bug #2430 PhpdocAlignFixer - Fix alignment of variadic params. (SpacePossum)
    • πŸ› bug #2437 NoWhitespaceInBlankLineFixer - Fix more cases (SpacePossum)
    • πŸ› bug #2444 MbStrFunctionsFixer - handle return reference in method declaration (SpacePossum)
    • πŸ› bug #2449 PhpdocAlignFixer - don't crash poorly formatted phpdoc (GrahamCampbell)
    • πŸ› bug #2477 BracesFixer - Do not remove white space inside declare statement (SpacePossum)
    • bug #2481 Fix priorities between declare_strict_types and blank_line_after_opening_tag (juliendufresne, keradus)
    • πŸ› bug #2507 NoClosingTagFixer - Do not insert semicolon in comment (SpacePossum)
    • ⬆️ minor #2347 UPGRADE.md - Fix multi-row description (drAlberT, keradus)
    • minor #2352 Corrected method visibility (GrahamCampbell)
    • ✏️ minor #2353 Fix: Typos (localheinz)
    • minor #2354 Enhancement: Allow to specify minimum and maximum PHP versions for code samples (localheinz)
    • πŸ›  minor #2356 Fixed spelling on "blank line" (GrahamCampbell)
    • πŸ”§ minor #2361 ConfigurationResolver - Reject unknown rules (localheinz)
    • minor #2368 clean ups (SpacePossum, localheinz)
    • minor #2380 DescribeCommand - filter code samples and output note when none can be demonstrated (localheinz)
    • βœ… minor #2381 Tests - Do not use annotations for asserting exceptions (localheinz, keradus)
    • πŸ”§ minor #2382 Consistently provide a default configuration field (localheinz)
    • ⚑️ minor #2383 update .php_cs.dist configuration (keradus)
    • βœ… minor #2386 PHP7.1 Integration test - Add features added in PHP7.1. (SpacePossum)
    • minor #2392 FixCommandHelp - fix typo (keradus)
    • 🚚 minor #2393 Remove overcomplete tests (SpacePossum)
    • ⚑️ minor #2394 Update .gitattributes (SpacePossum)
    • minor #2395 NoEmptyCommentFixer - Fix typo (fritz-c)
    • minor #2396 MethodArgumentSpaceFixer - scope down endpoint (SpacePossum)
    • minor #2397 RuleSet - Check risky (SpacePossum, keradus)
    • minor #2400 Add Fixer descriptions (SpacePossum)
    • ⬆️ minor #2401 Fix UPGRADE.md (issei-m)
    • minor #2405 Transformers - Must be final (SpacePossum)
    • minor #2406 ProtectedToPrivateFixer - Use backticks for visibility in description (localheinz)
    • βœ… minor #2407 Add tests for not abusing interfaces (keradus)
    • πŸ“¦ minor #2410 DX: Keep packages sorted (localheinz)
    • minor #2412 Enhancement: Add more descriptions (localheinz)
    • ⚑️ minor #2413 Update Symfony ruleset (fabpot)
    • minor #2419 README.rst - use double backticks for code pieces in rule descriptions (keradus)
    • minor #2422 BracesFixer - cleanup code after introducing CT::T_FUNCTION_IMPORT (keradus)
    • ⚑️ minor #2426 .php_cs.dist - update local CS config (keradus)
    • minor #2428 SCA with Php Inspections (EA Extended) (kalessil)
    • βœ… minor #2433 AbstractFixerTestCase - give all the details available during catch (Slamdunk)
    • minor #2434 COOKBOOK-FIXERS.md - Replace reference to outdated class with current (greg0ire)
    • 🚚 minor #2436 MethodArgumentSpaceFixer - Remove duplicate class name (greg0ire)
    • ⬆️ minor #2441 IndentationTypeFixer - Fix description and upgrade guide (SpacePossum)
    • ⚑️ minor #2443 AppVeyor - update configuration (keradus)
    • ⚑️ minor #2447 .php_cs.dist - update local CS config (keradus)
    • minor #2452 Provide rules definitions (keradus)
    • βœ… minor #2455 NoMultilineWhitespaceAroundDoubleArrowFixer - Add missing priority test (SpacePossum)
    • minor #2466 Provide rules definitions (keradus)
    • minor #2470 README.rst - explain the usage of "--path-mode" parameter (kalimatas)
    • minor #2474 Housekeeping (SpacePossum)
    • ⬆️ minor #2487 UPGRADE.md - Fix typo (SpacePossum)
    • ⚠ minor #2493 FixCommand - Output warning message when both config and rules options are passed (SpacePossum)
    • minor #2496 DX: Travis - check for trailing spaces (keradus)
    • minor #2499 FileSpecificCodeSample - Specify class name relative to root namespace (localheinz, keradus)
    • minor #2506 SCA (SpacePossum)
    • minor #2515 Fix code indentation (keradus)
    • minor #2521 SCA trailing spces check - ouput lines with trailing white space (SpacePossum)
    • πŸ“„ minor #2522 Fix docs and small code issues (keradus)
  • v2.0.0 Changes

    • πŸ› bug #1001 MethodArgumentSpaceFixer - no need for multiple executions (keradus)
    • πŸ› bug #1006 NewWithBracesFixer - fix by adding BraceClassInstantiationTransformer (sstok)
    • πŸ› bug #1077 ConfigInterface - add missing methods (localheinz)
    • πŸ› bug #1103 added missing keyword token (gharlan)
    • πŸ› bug #1107 Added ImportTransformer (gharlan)
    • πŸ› bug #1157 Prevent token collection corruption by fixers (keradus, stof)
    • πŸ› bug #1256 Do not write the fixed output twice (SpacePossum)
    • πŸ› bug #1405 Linter - fix ignoring input parameter for constructor (keradus)
    • πŸ› bug #1414 Linter - fix escaping the php binary (GrahamCampbell, keradus)
    • bug #1606 Fixer - remove duplicate file_get_contents call (gharlan)
    • πŸ› bug #1629 Fix linting test cases (gharlan)
    • πŸ› bug #1800 ConfigurationResolver - Fix resolving intersection path (keradus)
    • πŸ› bug #1809 NoMultilineWhitespaceBeforeSemicolonsFixer - Semicolon should not be moved into comment (SpacePossum)
    • πŸ› bug #1838 BracesFixer - Removes line break (SpacePossum)
    • πŸ› bug #1847 Runner - always cache files, not only when something is changed (gharlan)
    • πŸ› bug #1852 ConfigurationResolver - disallow empty rule name (keradus)
    • πŸ› bug #1855 FixCommand - fix passing NullLinter to Runner (keradus)
    • πŸ› bug #1926 NoUselessElseFixer - fix wrong if handling (SpacePossum)
    • πŸ› bug #1946 NoEmptyCommentFixer - Only remove complete empty comment blocks (SpacePossum)
    • πŸ› bug #1965 AbstractPsrAutoloadingFixer - fix edge case of halting compiler for PHP 5.3 (keradus)
    • πŸ› bug #1974 composer.json - fix dependencies for PHP 5.3.6 (keradus)
    • πŸ› bug #2025 NoShortEchoTagFixer - adjust isCandidate check for hhvm (keradus)
    • πŸ› bug #2039 NoExtraConsecutiveBlankLinesFixer - Fix curly brace open false positive (SpacePossum)
    • πŸ› bug #2044 SingleClassElementPerStatementFixer - fix array handling (keradus)
    • πŸ› bug #2063 ConfigurationResolver - passing non-existing path is ignored (keradus)
    • πŸ› bug #2236 .gitattributes - fix ignoring tests during export (keradus)
    • πŸ› bug #2241 XmlReporter - fix used getter (keradus)
    • πŸ› bug #2283 FixCommand - Fix resolving format option (SpacePossum, keradus)
    • πŸ› bug #2287 NoExtraConsecutiveBlankLinesFixer - fix bug that removes empty line already after scope end (keradus)
    • πŸ› bug #2290 FixCommand - fix progress (keradus)
    • πŸ› bug #2292 GeneralPhpdocAnnotation*Fixer::configure - add missing return (keradus)
    • πŸ› bug #2305 ProcessLinter - fix running under phpdbg (keradus)
    • πŸ”‹ feature #1076 Enhancement: Allow to specify cache file (localheinz, keradus)
    • πŸ”‹ feature #1088 JoinFunctionFixer -> AliasFunctionsFixer (kalessil)
    • πŸ”‹ feature #1275 Added PhpdocInlineTagFixer (SpacePossum, keradus)
    • πŸ”‹ feature #1292 Added MethodSeparationFixer (SpacePossum)
    • πŸ”‹ feature #1383 Introduce rules and sets (keradus)
    • πŸ”‹ feature #1416 Mark fixers as risky (keradus)
    • πŸ”‹ feature #1440 Made AbstractFixerTestCase and AbstractIntegrationTestCase public (keradus)
    • πŸ”‹ feature #1489 Added Psr4Fixer (GrahamCampbell)
    • πŸ”‹ feature #1497 ExtraEmptyLinesFixer - allow to remove empty blank lines after configured tags (SpacePossum)
    • πŸ”‹ feature #1529 Added PhpdocPropertyFixer, refactored Tag and Annotation (GrahamCampbell)
    • πŸ”‹ feature #1628 Added OrderedClassElementsFixer (gharlan)
    • πŸ”‹ feature #1742 path argument is used to create an intersection with existing finder (keradus, gharlan)
    • πŸ”‹ feature #1779 Added GeneralPhpdocAnnotationRemoveFixer, GeneralPhpdocAnnotationRenameFixer (keradus)
    • πŸ”‹ feature #1811 Added NoSpacesInsideOfssetFixer (phansys)
    • πŸ”‹ feature #1819 Added DirConstantFixer, ModernizeTypesCastingFixer, RandomApiMigrationFixer (kalessil, SpacePossum, keradus)
    • πŸ”‹ feature #1825 Added junit format (ekho)
    • πŸ”‹ feature #1862 FixerFactory - Do not allow conflicting fixers (SpacePossum)
    • πŸ”‹ feature #1888 Cache refactoring, better cache handling in dry-run mode (localheinz)
    • πŸ”‹ feature #1889 Added SingleClassElementPerStatementFixer (phansys, SpacePossum)
    • πŸ”‹ feature #1903 FixCommand - allow to pass multiple path argument (keradus)
    • πŸ”‹ feature #1913 Introduce path-mode CLI option (keradus)
    • πŸ”‹ feature #1949 Added DeclareStrictTypesFixer, introduce options for HeaderCommentFixer (Seldaek, SpacePossum, keradus)
    • feature #1955 Introduce CT_ARRAY_INDEX_CURLY_BRACE_OPEN and CT_ARRAY_INDEX_CURLY_BRACE_CLOSE (keradus)
    • πŸ”‹ feature #1958 Added NormalizeIndexBraceFixer (keradus)
    • πŸ”‹ feature #2069 Add semicolon after instruction fixer (SpacePossum)
    • feature #2089 Add no_spaces_around_offset fixer (phansys)
    • πŸ”‹ feature #2179 BinaryOperatorSpacesFixer - add (un)align configuration options (SpacePossum)
    • πŸ”‹ feature #2192 Add PowToExponentiationFixer (SpacePossum, keradus)
    • πŸ”‹ feature #2207 Added ReturnTypeDeclarationFixer (keradus)
    • πŸ”‹ feature #2213 VisibilityRequiredFixer - Add support for class const visibility added in PHP7.1. (SpacePossum)
    • πŸ”‹ feature #2221 Add support for user-defined whitespaces (keradus)
    • πŸ”‹ feature #2244 Config cleanup (keradus, SpacePossum)
    • πŸ”‹ feature #2247 PhpdocAnnotationWithoutDotFixer - support more cases (keradus)
    • πŸ”‹ feature #2289 Add PhpdocAddMissingParamAnnotationFixer (keradus)
    • πŸ”‹ feature #2331 Add DescribeCommand (keradus, SpacePossum)
    • πŸ”‹ feature #2332 New colours of diff on console (keradus)
    • πŸ”‹ feature #829 add support for .php_cs.dist file (keradus)
    • πŸ”‹ feature #998 MethodArgumentSpaceFixer - enhance, now only one space after comma (trilopin, keradus)
    • minor #1007 Simplify Transformers (keradus)
    • minor #1050 Make Config's setDir() fluent like the rest of methods (gonzaloserrano)
    • minor #1062 Added NamespaceOperatorTransformer (gharlan)
    • minor #1078 Exit status should be 0 if there are no errors (gharlan)
    • minor #1101 CS: fix project itself (localheinz)
    • minor #1102 Enhancement: List errors occurred before, during and after fixing (localheinz)
    • 🚚 minor #1105 Token::isStructureAlternativeEnd - remove unused method (keradus)
    • minor #1106 readme grooming (SpacePossum, keradus)
    • minor #1115 Fixer - simplify flow (keradus)
    • πŸ”¨ minor #1118 Process output refactor (SpacePossum)
    • πŸ‘• minor #1132 Linter - public methods should be first (keradus)
    • minor #1134 Token::isWhitespace - simplify interface (keradus)
    • minor #1140 FixerInterface - check if fixer should be applied by isCandidate method (keradus)
    • πŸ‘• minor #1146 Linter - detect executable (keradus)
    • πŸ”§ minor #1156 deleted old ConfigurationResolver class (keradus)
    • minor #1160 Grammar fix to README (Falkirks)
    • 🐎 minor #1174 DefaultFinder - boost performance by not filtering when files array is empty (keradus)
    • minor #1179 Exit with non-zero if invalid files were detected prior to fixing (localheinz)
    • minor #1186 Finder - do not search for .xml and .yml files (keradus)
    • 🚚 minor #1206 BracesFixer::getClassyTokens - remove duplicated method (keradus)
    • minor #1222 Made fixers final (GrahamCampbell)
    • minor #1229 Tokens - Fix PHPDoc (SpacePossum)
    • minor #1241 More details on exceptions. (SpacePossum)
    • minor #1263 Made internal classes final (GrahamCampbell)
    • minor #1272 Readme - Add spaces around PHP-CS-Fixer headers (Soullivaneuh)
    • πŸ›  minor #1283 Error - Fixed type phpdoc (GrahamCampbell)
    • minor #1284 Token - Fix PHPDoc (SpacePossum)
    • minor #1314 Added missing internal annotations (keradus)
    • 🚚 minor #1329 Psr0Fixer - move to contrib level (gharlan)
    • minor #1340 Clean ups (SpacePossum)
    • πŸ‘• minor #1341 Linter - throw exception when write fails (SpacePossum)
    • πŸ‘• minor #1348 Linter - Prefer error output when throwing a linting exception (GrahamCampbell)
    • minor #1350 Add "phpt" as a valid extension (henriquemoody)
    • minor #1376 Add time and memory to XML report (junichi11)
    • βœ… minor #1387 Made all test classes final (keradus)
    • βœ… minor #1388 Made all tests internal (keradus)
    • βœ… minor #1390 Added ProjectCodeTest that tests if all classes inside tests are internal and final or abstract (keradus)
    • minor #1391 Fixer::getLevelAsString is no longer static (keradus)
    • minor #1392 Add report to XML report as the root node (junichi11)
    • minor #1394 Stop mixing level from config file and fixers from CLI arg when one of fixers has dash (keradus)
    • minor #1426 MethodSeparationFixer - Fix spacing around comments (SpacePossum, keradus)
    • minor #1432 Fixer check on factory (Soullivaneuh)
    • βœ… minor #1434 Add Test\AccessibleObject class (keradus)
    • minor #1442 FixerFactory - disallow to register multiple fixers with same name (keradus)
    • minor #1477 rename PhpdocShortDescriptionFixer into PhpdocSummaryFixer (keradus)
    • βœ… minor #1481 Fix running the tests (keradus)
    • 🚚 minor #1482 move AbstractTransformerTestBase class outside Tests dir (keradus)
    • minor #1530 Added missing internal annotation (GrahamCampbell)
    • minor #1534 Clean ups (SpacePossum)
    • minor #1536 Typo fix (fabpot)
    • πŸ›  minor #1555 Fixed indentation in composer.json (GrahamCampbell)
    • minor #1558 [2.0] Cleanup the tags property in the abstract phpdoc types fixer (GrahamCampbell)
    • πŸ–¨ minor #1567 PrintToEchoFixer - add to symfony rule set (gharlan)
    • 🐎 minor #1607 performance improvement (gharlan)
    • minor #1621 Switch to PSR-4 (keradus)
    • πŸ”§ minor #1631 Configuration exceptions exception cases on master. (SpacePossum)
    • 🚚 minor #1646 Remove non-default Config/Finder classes (keradus)
    • minor #1648 Fixer - avoid extra calls to getFileRelativePathname (GrahamCampbell)
    • minor #1649 Consider the php version when caching (GrahamCampbell)
    • minor #1652 Rename namespace "Symfony\CS" to "PhpCsFixer" (gharlan)
    • minor #1666 new Runner, ProcessOutputInterface, DifferInterface and ResultInterface (keradus)
    • minor #1674 Config - add addCustomFixers method (PedroTroller)
    • βœ… minor #1677 Enhance tests (keradus)
    • minor #1695 Rename Fixers (keradus)
    • ⬆️ minor #1702 Upgrade guide (keradus)
    • πŸ”§ minor #1707 ExtraEmptyLinesFixer - fix configure docs (keradus)
    • 🚚 minor #1712 NoExtraConsecutiveBlankLinesFixer - Remove blankline after curly brace open (SpacePossum)
    • minor #1718 CLI: rename --config-file argument (keradus)
    • minor #1722 Renamed not_operators_with_space to not_operator_with_space (GrahamCampbell)
    • minor #1728 PhpdocNoSimplifiedNullReturnFixer - rename back to PhpdocNoEmptyReturnFixer (keradus)
    • minor #1729 Renamed whitespacy_lines to no_whitespace_in_blank_lines (GrahamCampbell)
    • minor #1731 FixCommand - value for config option is required (keradus)
    • 🚚 minor #1732 move fixer classes from level subdirs to thematic subdirs (gharlan, keradus)
    • πŸ”§ minor #1733 ConfigurationResolver - look for .php_cs file in cwd as well (keradus)
    • minor #1737 RuleSet/FixerFactory - sort arrays content (keradus)
    • πŸ”§ minor #1751 FixerInterface::configure - method should always override configuration, not patch it (keradus)
    • 🚚 minor #1752 Remove unused code (keradus)
    • minor #1756 Finder - clean up code (keradus)
    • πŸ”§ minor #1757 Psr0Fixer - change way of configuring the fixer (keradus)
    • 🚚 minor #1762 Remove ConfigInterface::getDir, ConfigInterface::setDir, Finder::setDir and whole FinderInterface (keradus)
    • 🚚 minor #1764 Remove ConfigAwareInterface (keradus)
    • πŸ”§ minor #1780 AbstractFixer - throw error on configuring non-configurable Fixer (keradus)
    • minor #1782 rename fixers (gharlan)
    • minor #1815 NoSpacesInsideParenthesisFixer - simplify implementation (keradus)
    • minor #1821 Ensure that PhpUnitDedicateAssertFixer runs after NoAliasFunctionsFixer, clean up NoEmptyCommentFixer (SpacePossum)
    • minor #1824 Reporting extracted to separate classes (ekho, keradus, SpacePossum)
    • 🚚 minor #1826 Fixer - remove measuring fixing time per file (keradus)
    • minor #1843 FileFilterIterator - add missing import (GrahamCampbell)
    • πŸ‘• minor #1845 FileCacheManager - Allow linting to determine the cache state too (GrahamCampbell)
    • minor #1846 FileFilterIterator - Corrected an iterator typehint (GrahamCampbell)
    • 🚚 minor #1848 DocBlock - Remove some old unused phpdoc tags (GrahamCampbell)
    • 🚚 minor #1856 NoDuplicateSemicolonsFixer - Remove overcomplete fixer (SpacePossum)
    • minor #1861 Fix: Ofsset should be Offset (localheinz)
    • πŸ–¨ minor #1867 Print non-report output to stdErr (SpacePossum, keradus)
    • minor #1873 Enhancement: Show path to cache file if it exists (localheinz)
    • πŸ“¦ minor #1875 renamed Composer package (fabpot)
    • minor #1882 Runner - Handle throwables too (GrahamCampbell)
    • minor #1886 PhpdocScalarFixer - Fix lowercase str to string too (GrahamCampbell)
    • ⚑️ minor #1940 README.rst - update CI example (keradus)
    • βœ… minor #1947 SCA, CS, add more tests (SpacePossum, keradus)
    • βœ… minor #1954 tests - stop using deprecated method (sebastianbergmann)
    • βœ… minor #1962 TextDiffTest - tests should not produce cache file (keradus)
    • πŸ‘• minor #1973 Introduce fast PHP7 based linter (keradus)
    • minor #1999 Runner - No need to determine relative file name twice (localheinz)
    • βœ… minor #2002 FileCacheManagerTest - Adjust name of test and variable (localheinz)
    • minor #2010 NoExtraConsecutiveBlankLinesFixer - SF rule set, add 'extra' (SpacePossum)
    • minor #2013 no_whitespace_in_blank_lines -> no_whitespace_in_blank_line (SpacePossum)
    • βœ… minor #2024 AbstractFixerTestCase - check if there is no duplicated Token instance inside Tokens collection (keradus)
    • ⚑️ minor #2031 COOKBOOK-FIXERS.md - update calling doTest method (keradus)
    • minor #2032 code grooming (keradus)
    • minor #2068 Code grooming (keradus)
    • 🚚 minor #2073 DeclareStrictTypesFixer - Remove fix CS fix logic from fixer. (SpacePossum)
    • πŸ‘• minor #2088 TokenizerLintingResult - expose line number of parsing error (keradus)
    • minor #2093 Tokens - add block type BLOCK_TYPE_ARRAY_INDEX_CURLY_BRACE (SpacePossum)
    • minor #2095 Transformers - add required PHP version (keradus)
    • minor #2096 Introduce CT for PHP7 (keradus)
    • minor #2119 Create @Symfony:risky ruleset (keradus)
    • 🚚 minor #2163 ClassKeywordRemoveFixerTest - Fix tests (SpacePossum)
    • minor #2180 FixCommand - don't refer to renamed rules (keradus)
    • πŸ‘• minor #2181 Disallow to disable linter (keradus)
    • minor #2194 semicolon_after_instruction,no_unneeded_control_parentheses prio issue (SpacePossum)
    • minor #2199 make fixers less risky (SpacePossum)
    • minor #2206 Add PHP70Migration ruleset (keradus)
    • ⚑️ minor #2217 SelfUpdateCommand - Print version of update fixer (SpacePossum)
    • ⚑️ minor #2223 update integration test format (keradus)
    • minor #2227 Stop polluting global namespace with CT (keradus)
    • βœ… minor #2237 DX: extend integration tests for PSR2 and Symfony rulesets (keradus)
    • minor #2240 Make some objects immutable (keradus)
    • minor #2251 ProtectedToPrivateFixer - fix priority, fix comments with new fixer names (SpacePossum)
    • πŸ”§ minor #2252 ClassDefinitionFixer - Set configuration of the fixer in the RuleSet of SF. (SpacePossum)
    • βœ… minor #2257 extend Symfony_whitespaces itest (keradus)
    • πŸ”§ minor #2258 README.rst - indicate configurable rules (keradus)
    • minor #2267 RuleSet - validate set (keradus)
    • minor #2268 Use strict parameters for PHP functions (keradus)
    • πŸ›  minor #2273 fixed typo (fabpot)
    • πŸ”€ minor #2274 ShortArraySyntaxFixer/LongArraySyntaxFixer - Merge conflicting fixers (SpacePossum)
    • minor #2275 Clean ups (SpacePossum)
    • minor #2278 Concat*Fixer - unify concat fixers (SpacePossum, keradus)
    • minor #2279 Use Prophecy (keradus)
    • minor #2284 Code grooming (SpacePossum)
    • minor #2285 IntegrationCase is now aware about RuleSet but not Fixers (keradus, SpacePossum)
    • minor #2286 Phpdoc*Fixer - unify rename fixers (SpacePossum, keradus)
    • πŸ”§ minor #2288 FixerInterface::configure(null) reset fixer to use default configuration (keradus)
    • minor #2291 Make fixers ready to use directly after creation (keradus)
    • minor #2295 Code grooming (keradus)
    • βœ… minor #2296 ProjectCodeTest - make test part of regular testsuite, not standalone one (keradus)
    • πŸ”§ minor #2298 ConfigurationResolver - grooming (SpacePossum)
    • minor #2300 Simplify rule set (SpacePossum, keradus)
    • 🚚 minor #2306 DeclareStrictTypesFixer - do not move tokens (SpacePossum)
    • minor #2312 RuleSet - sort rules (localheinz)
    • βœ… minor #2313 DX: provide doctyping for tests (keradus)
    • βœ… minor #2317 Add utests (keradus)
    • βœ… minor #2318 *TestCase - Reduce visibility of setUp() (localheinz)
    • minor #2319 Code grooming (keradus)
    • minor #2322 DX: use whitemessy aware assertion (keradus)
    • πŸ–¨ minor #2324 Echo|Print*Fixer - unify printing fixers (SpacePossum, keradus)
    • minor #2337 Normalize rule naming (keradus)
    • πŸ‘ minor #2338 Drop hacks for unsupported HHVM (keradus)
    • minor #2339 Add some Fixer descriptions (SpacePossum, keradus)
    • minor #2343 PowToExponentiationFixer - allow to run on 5.6.0 as well (keradus)
    • minor #767 Add @internal tag (keradus)
    • 🚚 minor #807 Tokens::isMethodNameIsMagic - remove unused method (keradus)
    • minor #809 Split Tokens into Tokens and TokensAnalyzer (keradus)
    • minor #844 Renamed phpdoc_params to phpdoc_align (GrahamCampbell)
    • 0️⃣ minor #854 Change default level to PSR2 (keradus)
    • 0️⃣ minor #873 Config - using cache by default (keradus)
    • minor #902 change FixerInterface (keradus)
    • 🚚 minor #911 remove Token::$line (keradus)
    • minor #914 All Transformer classes should be named with Transformer as suffix (keradus)
    • minor #915 add UseTransformer (keradus)
    • minor #916 add ArraySquareBraceTransformer (keradus)
    • βœ… minor #917 clean up Transformer tests (keradus)
    • minor #919 CurlyBraceTransformer - one transformer to handle all curly braces transformations (keradus)
    • 🚚 minor #928 remove Token::getLine (keradus)
    • minor #929 add WhitespacyCommentTransformer (keradus)
    • πŸ“„ minor #937 fix docs/typehinting in few classes (keradus)
    • 🚚 minor #958 FileCacheManager - remove code for BC support (keradus)
    • 🐎 minor #979 Improve Tokens::clearEmptyTokens performance (keradus)
    • minor #981 Tokens - code grooming (keradus)
    • minor #988 Fixers - no need to search for tokens of given kind in extra loop (keradus)
    • minor #989 No need for loop in Token::equals (keradus)
  • v1.13.3 Changes

    • ⚑️ minor #3042 Update gitter address (keradus)
  • v1.13.2 Changes

    • minor #2946 Detect extra old installations (keradus)