obsolete

php-cs-fixer-2.2.2-1.el7

FEDORA-EPEL-2017-08cf72c4cf created by remi 8 years ago for Fedora EPEL 7

Changelog for v2.2.2

  • bug #2545 RuleSet - change resolvement (SpacePossum)
  • bug #2686 Commands readme and describe - fix rare casing when not displaying some possible options of configuration (keradus)
  • bug #2711 FixCommand - fix diff optional value handling (keradus)
  • minor #2554 Add short diff. output format (SpacePossum, keradus)
  • minor #2688 AppVeyor - Remove github oauth (keradus)
  • minor #2703 Clean ups - No mixed annotations (SpacePossum)
  • minor #2704 Create PHP70Migration:risky ruleset (keradus)
  • minor #2707 Deprecate other than "yes" or "no" for input options (SpacePossum)
  • minor #2709 code grooming (keradus)
  • minor #2710 Travis - run more rules on TASK_SCA (keradus)

Changelog for v2.2.1

  • 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 Stetzel)

Changelog for v2.2.0

  • 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)

Changelog for v2.1.3

  • 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)

Changelog for v2.1.2

  • 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)
  • minor #2584 NoUnreachableDefaultArgumentValueFixer - fix typo (chadburrus)
  • minor #2593 PhpUnitFqcnAnnotationFixer - move test to proper namespace (keradus)
  • minor #2596 AppVeyor - update PHP versions (keradus)

Changelog for v2.1.1

  • 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)

This update has been submitted for testing by remi.

8 years ago

This update has obsoleted php-cs-fixer-2.2.1-1.el7, and has inherited its bugs and notes.

8 years ago

This update has been pushed to testing.

8 years ago

This update has been obsoleted by php-cs-fixer-2.2.3-1.el7.

8 years ago

Please log in to add feedback.

Metadata
Type
bugfix
Karma
0
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
3
Stable by Time
disabled
Thresholds
Minimum Karma
+1
Minimum Testing
7 days
Dates
submitted
8 years ago
in testing
8 years ago

Automated Test Results