Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency friendsofphp/php-cs-fixer to v2.19.3 #48

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
friendsofphp/php-cs-fixer require-dev minor 2.16.4 -> 2.19.3

Release Notes

PHP-CS-Fixer/PHP-CS-Fixer

v2.19.3

Compare Source

  • minor #​6060 DX: Add upgrade guide link when next Major is available (keradus)

v2.19.2

Compare Source

  • bug #​5881 SelfUpdateCommand - fix link to UPGRADE docs (keradus)

v2.19.1

Compare Source

  • bug #​5395 PhpdocTagTypeFixer: Do not modify array shapes (localheinz, julienfalque)
  • bug #​5678 UseArrowFunctionsFixer - fix for return without value (kubawerlos)
  • bug #​5679 PhpUnitNamespacedFixer - do not try to fix constant usage (kubawerlos)
  • bug #​5681 RegularCallableCallFixer - fix for function name with escaped slash (kubawerlos)
  • bug #​5687 FinalInternalClassFixer - fix for annotation with space after "@​" (kubawerlos)
  • bug #​5688 ArrayIndentationFixer - fix for really long arrays (kubawerlos)
  • bug #​5690 PhpUnitNoExpectationAnnotationFixer - fix "expectedException" annotation with message below (kubawerlos)
  • bug #​5693 YodaStyleFixer - fix for assignment operators (kubawerlos)
  • bug #​5697 StrictParamFixer - fix for method definition (kubawerlos)
  • bug #​5702 CommentToPhpdocFixer - fix for single line comments starting with more than 2 slashes (kubawerlos)
  • bug #​5703 DateTimeImmutableFixer - fix for method definition (kubawerlos)
  • bug #​5718 VoidReturnFixer - do not break syntax with magic methods (kubawerlos)
  • bug #​5727 SingleSpaceAfterConstructFixer - Add support for namespace (julienfalque)
  • bug #​5730 Fix transforming deprecations into exceptions (julienfalque)
  • bug #​5738 TokensAnalyzer - fix for union types (kubawerlos)
  • bug #​5741 Fix constant invocation detection cases (kubawerlos)
  • bug #​5769 Fix priority between phpdoc_to_property_type and no_superfluous_phpdoc_tags (julienfalque)
  • bug #​5774 FunctionsAnalyzer::isTheSameClassCall - fix for $this with double colon following (kubawerlos)
  • bug #​5779 SingleLineThrowFixer - fix for throw in match (kubawerlos)
  • bug #​5781 ClassDefinition - fix for anonymous class with trailing comma (kubawerlos)
  • bug #​5783 StaticLambdaFixer - consider parent:: as a possible reference to $this (fancyweb)
  • bug #​5791 NoBlankLinesAfterPhpdoc - Add T_NAMESPACE in array of forbidden successors (paulbalandan)
  • bug #​5799 TypeAlternationTransformer - fix for multiple function parameters (kubawerlos)
  • bug #​5804 NoBreakCommentFixer - fix for "default" in "match" (kubawerlos)
  • bug #​5805 SingleLineCommentStyleFixer - run after HeaderCommentFixer (kubawerlos)
  • bug #​5817 NativeFunctionTypeDeclarationCasingFixer - fix for union types (kubawerlos)
  • bug #​5823 YodaStyleFixer - yield support (SpacePossum)
  • minor #​4914 Improve PHPDoc types support (julienfalque, keradus)
  • minor #​5680 DX: benchmark.sh - ensure deps are updated to enable script working across less-similar branches (keradus)
  • minor #​5689 Calculate code coverage on PHP 8 (kubawerlos)
  • minor #​5694 DX: fail on risky tests (kubawerlos)
  • minor #​5695 Utils - save only unique deprecations to avoid memory issues (PetrHeinz)
  • minor #​5710 [typo] add correct backquotes (PhilETaylor)
  • minor #​5717 Run migration rules on PHP 8 (kubawerlos, keradus)
  • minor #​5721 Fix reStructuredText markup (julienfalque)
  • minor #​5725 Update LICENSE (exussum12)
  • minor #​5731 CI - Fix checkbashisms installation (julienfalque)
  • minor #​5740 DX: more type-related docblocks (keradus)
  • minor #​5746 Config - Improve deprecation message with details (SpacePossum)
  • minor #​5747 RandomApiMigrationFixer - better docs and better "random_int" support (SpacePossum)
  • minor #​5748 Updated the link to netbeans plugins page (cyberguroo)
  • minor #​5750 Test all const are in uppercase (SpacePossum)
  • minor #​5752 NoNullPropertyInitializationFixer - fix static properties as well (HypeMC)
  • minor #​5756 Fix rule sets descriptions (kubawerlos)
  • minor #​5761 Fix links in custom rules documentation (julienfalque)
  • minor #​5777 DX: update PHPStan (kubawerlos)
  • minor #​5789 DX: update PHPStan (kubawerlos)
  • minor #​5808 Update PHPStan to 0.12.92 (kubawerlos)
  • minor #​5824 Deprecate v2 (keradus)
  • minor #​5825 DX: update checkbashisms to v2.21.3 (keradus)
  • minor #​5826 SCA: check both composer files (keradus)
  • minor #​5827 ClassAttributesSeparationFixer - Add trait_import support (SpacePossum)

v2.19.0

Compare Source

  • feature #​4238 TrailingCommaInMultilineFixer - introduction (kubawerlos)
  • feature #​4592 PhpdocToPropertyTypeFixer - introduction (julienfalque)
  • feature #​5390 feature #​4024 added a list-files command (clxmstaab, keradus)
  • feature #​5635 Add list-sets command (keradus)
  • feature #​5674 UX: Display deprecations to end-user (keradus)
  • minor #​5601 Always stop when "PHP_CS_FIXER_FUTURE_MODE" is used (kubawerlos)
  • minor #​5607 DX: new config filename (keradus)
  • minor #​5613 DX: UtilsTest - add missing teardown (keradus)
  • minor #​5631 DX: config deduplication (keradus)
  • minor #​5633 fix typos (staabm)
  • minor #​5642 Deprecate parameter of Token::toJson() (keradus)
  • minor #​5672 DX: do not test deprecated fixer (kubawerlos)

v2.18.7

Compare Source

  • bug #​5593 SingleLineThrowFixer - fix handling anonymous classes (kubawerlos)
  • bug #​5654 SingleLineThrowFixer - fix for match expression (kubawerlos)
  • bug #​5660 TypeAlternationTransformer - fix for "array" type in type alternation (kubawerlos)
  • bug #​5665 NullableTypeDeclarationForDefaultNullValueFixer - fix for nullable with attribute (kubawerlos)
  • bug #​5670 PhpUnitNamespacedFixer - do not try to fix constant (kubawerlos)
  • bug #​5671 PhpdocToParamTypeFixer - do not change function call (kubawerlos)
  • bug #​5673 GroupImportFixer - Fix failing case (julienfalque)
  • minor #​4591 Refactor conversion of PHPDoc to type declarations (julienfalque, keradus)
  • minor #​5611 DX: use method expectDeprecation from Symfony Bridge instead of annotation (kubawerlos)
  • minor #​5658 DX: use constants in tests for Fixer configuration (keradus)
  • minor #​5661 DX: remove PHPStan exceptions for "tests" from phpstan.neon (kubawerlos)
  • minor #​5662 Change wording from "merge" to "intersect" (jschaedl)
  • minor #​5663 DX: do not abuse "inheritdoc" tag (kubawerlos)
  • minor #​5664 DX: code grooming (keradus)

v2.18.6

Compare Source

  • bug #​5586 Add support for nullsafe object operator ("?->") (kubawerlos)
  • bug #​5597 Tokens - fix for checking block edges (kubawerlos)
  • bug #​5604 Custom annotations @​type changed into @​var (Leprechaunz)
  • bug #​5606 DoctrineAnnotationBracesFixer false positive (Leprechaunz)
  • bug #​5610 BracesFixer - fix braces of match expression (Leprechaunz)
  • bug #​5615 GroupImportFixer severely broken (Leprechaunz)
  • bug #​5617 ClassAttributesSeparationFixer - fix for using visibility for class elements (kubawerlos)
  • bug #​5618 GroupImportFixer - fix removal of import type when mixing multiple types (Leprechaunz)
  • bug #​5622 Exclude Doctrine documents from final fixer (ossinkine)
  • bug #​5630 PhpdocTypesOrderFixer - handle complex keys (Leprechaunz)
  • minor #​5554 DX: use tmp file in sys_temp_dir for integration tests (keradus)
  • minor #​5564 DX: make integration tests matching entries in FixerFactoryTest (kubawerlos)
  • minor #​5603 DX: DocumentationGenerator - no need to re-configure Differ (keradus)
  • minor #​5612 DX: use ::class whenever possible (kubawerlos)
  • minor #​5619 DX: allow XDebugHandler v2 (keradus)
  • minor #​5623 DX: when displaying app version, don't put extra space if there is no CODENAME available (keradus)
  • minor #​5626 DX: update PHPStan and way of ignoring flickering PHPStan exception (keradus)
  • minor #​5629 DX: fix CiIntegrationTest (keradus)
  • minor #​5636 DX: remove 'create' method in internal classes (keradus)
  • minor #​5637 DX: do not calculate bitmap via helper anymore (keradus)
  • minor #​5639 Move fix reports (classes and schemas) (keradus)
  • minor #​5640 DX: use constants for PHPUnit version (keradus)
  • minor #​5646 Cleanup YodaStyleFixerTest (kubawerlos)

v2.18.5

Compare Source

  • bug #​5561 NoMixedEchoPrintFixer: fix for conditions without curly brackets (kubawerlos)
  • bug #​5563 Priority fix: SingleSpaceAfterConstructFixer must run before BracesFixer (kubawerlos)
  • bug #​5567 Fix order of BracesFixer and ClassDefinitionFixer (Daeroni)
  • bug #​5596 NullableTypeTransformer - fix for attributes (kubawerlos, jrmajor)
  • bug #​5598 GroupImportFixer - fix breaking code when fixing root classes (Leprechaunz)
  • minor #​5571 DX: add test to make sure SingleSpaceAfterConstructFixer runs before FunctionDeclarationFixer (kubawerlos)
  • minor #​5577 Extend priority test for "class_definition" vs "braces" (kubawerlos)
  • minor #​5585 DX: make doc examples prettier (kubawerlos)
  • minor #​5590 Docs: HeaderCommentFixer - document example how to remove header comment (keradus)
  • minor #​5602 DX: regenerate docs (keradus)

v2.18.4

Compare Source

  • bug #​4085 Priority: AlignMultilineComment should run before every PhpdocFixer (dmvdbrugge)
  • bug #​5421 PsrAutoloadingFixer - Fix PSR autoloading outside configured directory (kelunik, keradus)
  • bug #​5464 NativeFunctionInvocationFixer - PHP 8 attributes (HypeMC, keradus)
  • bug #​5548 NullableTypeDeclarationForDefaultNullValueFixer - fix handling promoted properties (jrmajor, keradus)
  • bug #​5550 TypeAlternationTransformer - fix for typed static properties (kubawerlos)
  • bug #​5551 ClassAttributesSeparationFixer - fix for properties with type alternation (kubawerlos, keradus)
  • bug #​5552 DX: test relation between function_declaration and method_argument_space (keradus)
  • minor #​5540 DX: RuleSet - convert null handling to soft-warning (keradus)
  • minor #​5545 DX: update checkbashisms (keradus)

v2.18.3

Compare Source

  • bug #​5484 NullableTypeDeclarationForDefaultNullValueFixer - handle mixed pseudotype (keradus)
  • minor #​5470 Disable CI fail-fast (mvorisek)
  • minor #​5491 Support php8 static return type for NoSuperfluousPhpdocTagsFixer (tigitz)
  • minor #​5494 BinaryOperatorSpacesFixer - extend examples (keradus)
  • minor #​5499 DX: add TODOs for PHP requirements cleanup (keradus)
  • minor #​5500 DX: Test that Transformers are adding only CustomTokens that they define and nothing else (keradus)
  • minor #​5507 Fix quoting in exception message (gquemener)
  • minor #​5514 DX: PHP 7.0 integration test - solve TODO for random_api_migration usage (keradus)
  • minor #​5515 DX: do not override getConfigurationDefinition (keradus)
  • minor #​5516 DX: AbstractDoctrineAnnotationFixer - no need for import aliases (keradus)
  • minor #​5518 DX: minor typing and validation fixes (keradus)
  • minor #​5522 Token - add handling json_encode crash (keradus)
  • minor #​5523 DX: EregToPregFixer - fix sorting (keradus)
  • minor #​5528 DX: code cleanup (keradus)

v2.18.2

Compare Source

  • bug #​5466 Fix runtime check of PHP version (keradus)
  • minor #​4250 POC Tokens::insertSlices (keradus)

v2.18.1

Compare Source

  • bug #​5447 switch_case_semicolon_to_colon should skip match/default statements (derrabus)
  • bug #​5453 SingleSpaceAfterConstructFixer - better handling of closing parenthesis and brace (keradus)
  • bug #​5454 NullableTypeDeclarationForDefaultNullValueFixer - support property promotion via constructor (keradus)
  • bug #​5455 PhpdocToCommentFixer - add support for attributes (keradus)
  • bug #​5462 NullableTypeDeclarationForDefaultNullValueFixer - support union types (keradus)
  • minor #​5444 Fix PHP version number in PHP54MigrationSet description (jdreesen, keradus)
  • minor #​5445 DX: update usage of old TraversableContains in tests (keradus)
  • minor #​5456 DX: Fix CiIntegrationTest (keradus)
  • minor #​5457 CI: fix params order (keradus)
  • minor #​5458 CI: fix migration workflow (keradus)
  • minor #​5459 DX: cleanup PHP Migration rulesets (keradus)

v2.18.0

Compare Source

  • feature #​4943 Add PSR12 ruleset (julienfalque, keradus)
  • feature #​5426 Update Symfony ruleset (keradus)
  • feature #​5428 Add/Change PHP.MigrationSet to update array/list syntax to short one (keradus)
  • minor #​5441 Allow execution under PHP 8 (keradus)

v2.17.5

Compare Source

  • bug #​5447 switch_case_semicolon_to_colon should skip match/default statements (derrabus)
  • bug #​5453 SingleSpaceAfterConstructFixer - better handling of closing parenthesis and brace (keradus)
  • bug #​5454 NullableTypeDeclarationForDefaultNullValueFixer - support property promotion via constructor (keradus)
  • bug #​5455 PhpdocToCommentFixer - add support for attributes (keradus)
  • bug #​5462 NullableTypeDeclarationForDefaultNullValueFixer - support union types (keradus)
  • minor #​5445 DX: update usage of old TraversableContains in tests (keradus)
  • minor #​5456 DX: Fix CiIntegrationTest (keradus)
  • minor #​5457 CI: fix params order (keradus)
  • minor #​5459 DX: cleanup PHP Migration rulesets (keradus)

v2.17.4

Compare Source

  • bug #​5379 PhpUnitMethodCasingFixer - Do not modify class name (localheinz)
  • bug #​5404 NullableTypeTransformer - constructor property promotion support (Wirone)
  • bug #​5433 PhpUnitTestCaseStaticMethodCallsFixer - fix for abstract static method (kubawerlos)
  • minor #​5234 DX: Add Docker dev setup (julienfalque, keradus)
  • minor #​5391 PhpdocOrderByValueFixer - Add additional annotations to sort (localheinz)
  • minor #​5392 PhpdocScalarFixer - Fix description (localheinz)
  • minor #​5397 NoExtraBlankLinesFixer - PHP8 throw support (SpacePossum)
  • minor #​5399 Add PHP8 integration test (keradus)
  • minor #​5405 TypeAlternationTransformer - add support for PHP8 (SpacePossum)
  • minor #​5406 SingleSpaceAfterConstructFixer - Attributes, comments and PHPDoc support (SpacePossum)
  • minor #​5407 TokensAnalyzer::getClassyElements - return trait imports (SpacePossum)
  • minor #​5410 minors (SpacePossum)
  • minor #​5411 bump year in LICENSE file (SpacePossum)
  • minor #​5414 TypeAlternationTransformer - T_FN support (SpacePossum)
  • minor #​5415 Forbid execution under PHP 8.0.0 (keradus)
  • minor #​5416 Drop Travis CI (keradus)
  • minor #​5419 CI: separate SCA checks to dedicated jobs (keradus)
  • minor #​5420 DX: unblock PHPUnit 9.5 (keradus)
  • minor #​5423 DX: PHPUnit - disable verbose by default (keradus)
  • minor #​5425 Cleanup 3.0 todos (keradus)
  • minor #​5427 Plan changing defaults for array_syntax and list_syntax in 3.0 release (keradus)
  • minor #​5429 DX: Drop speedtrap PHPUnit listener (keradus)
  • minor #​5432 Don't allow unserializing classes with a destructor (jderusse)
  • minor #​5435 DX: PHPUnit - groom configuration of time limits (keradus)
  • minor #​5439 VisibilityRequiredFixer - support type alternation for properties (keradus)
  • minor #​5442 DX: FunctionsAnalyzerTest - add missing 7.0 requirement (keradus)

v2.17.3

Compare Source

  • bug #​5384 PsrAutoloadingFixer - do not remove directory structure from the Class name (kubawerlos, keradus)
  • bug #​5385 SingleLineCommentStyleFixer- run before NoUselessReturnFixer (kubawerlos)
  • bug #​5387 SingleSpaceAfterConstructFixer - do not touch multi line implements (SpacePossum)
  • minor #​5329 DX: collect coverage with Github Actions (kubawerlos)
  • minor #​5380 PhpdocOrderByValueFixer - Allow sorting of throws annotations by value (localheinz, keradus)
  • minor #​5383 DX: fail PHPUnit tests on warning (kubawerlos)
  • minor #​5386 DX: remove incorrect priority relations (kubawerlos)

v2.17.2

Compare Source

  • bug #​5345 CleanNamespaceFixer - preserve traling comments (SpacePossum)
  • bug #​5348 PsrAutoloadingFixer - fix for class without namespace (kubawerlos)
  • bug #​5362 SingleSpaceAfterConstructFixer: Do not adjust whitespace before multiple multi-line extends (localheinz, SpacePossum)
  • minor #​5314 Enable testing with PHPUnit 9.x (sanmai)
  • minor #​5319 Clean ups (SpacePossum)
  • minor #​5338 clean ups (SpacePossum)
  • minor #​5339 NoEmptyStatementFixer - fix more cases (SpacePossum)
  • minor #​5340 NamedArgumentTransformer - Introduction (SpacePossum)
  • minor #​5344 Update docs: do not use deprecated create method (SpacePossum)
  • minor #​5353 Fix typo in issue template (stof)
  • minor #​5355 OrderedTraitsFixer - mark as risky (SpacePossum)
  • minor #​5356 RuleSet description fixes (SpacePossum)
  • minor #​5359 Add application version to "fix" out put when verbosity flag is set (SpacePossum)
  • minor #​5360 DX: clean up detectIndent methods (kubawerlos)
  • minor #​5363 Added missing self return type to ConfigInterface::registerCustomFixers() (vudaltsov)
  • minor #​5366 PhpUnitDedicateAssertInternalTypeFixer - recover target option (keradus)
  • minor #​5368 DX: PHPUnit 9 compatibility for 2.17 (keradus)
  • minor #​5370 DX: update PHPUnit usage to use external Prophecy trait and solve warning (keradus)
  • minor #​5371 Update documentation about PHP_CS_FIXER_IGNORE_ENV (SanderSander, keradus)
  • minor #​5373 DX: MagicMethodCasingFixerTest - fix test case description (keradus)
  • minor #​5374 DX: PhpUnitDedicateAssertInternalTypeFixer - add code sample for non-default config (keradus)

v2.17.1

Compare Source

  • bug #​5325 NoBreakCommentFixer - better throw handling (SpacePossum)
  • bug #​5327 StaticLambdaFixer - fix for arrow function used in class with $this (kubawerlos, SpacePossum)
  • bug #​5332 Fix file missing for php8 (jderusse)
  • bug #​5333 Fix file missing for php8 (jderusse)
  • minor #​5328 Fixed deprecation message version (GrahamCampbell)
  • minor #​5330 DX: cleanup Github Actions configs (kubawerlos)

v2.17.0

Compare Source

  • bug #​4752 SimpleLambdaCallFixer - bug fixes (SpacePossum)
  • bug #​4794 TernaryToElvisOperatorFixer - fix open tag with echo (SpacePossum)
  • bug #​5084 Fix for variables within string interpolation in lambda_not_used_import (GrahamCampbell)
  • bug #​5094 SwitchContinueToBreakFixer - do not support alternative syntax (SpacePossum)
  • feature #​2619 PSR-5 @​inheritDoc support (julienfalque)
  • feature #​3253 Add SimplifiedIfReturnFixer (Slamdunk, SpacePossum)
  • feature #​4005 GroupImportFixer - introduction (greeflas)
  • feature #​4012 BracesFixer - add "allow_single_line_anonymous_class_with_empty_body" option (kubawerlos)
  • feature #​4021 OperatorLinebreakFixer - Introduction (kubawerlos, SpacePossum)
  • feature #​4259 PsrAutoloadingFixer - introduction (kubawerlos)
  • feature #​4375 extend ruleset "@​PHP73Migration" (gharlan)
  • feature #​4435 SingleSpaceAfterConstructFixer - Introduction (localheinz)
  • feature #​4493 Add echo_tag_syntax rule (mlocati, kubawerlos)
  • feature #​4544 SimpleLambdaCallFixer - introduction (keradus)
  • feature #​4569 PhpdocOrderByValueFixer - Introduction (localheinz)
  • feature #​4590 SwitchContinueToBreakFixer - Introduction (SpacePossum)
  • feature #​4679 NativeConstantInvocationFixer - add "strict" flag (kubawerlos)
  • feature #​4701 OrderedTraitsFixer - introduction (julienfalque)
  • feature #​4704 LambdaNotUsedImportFixer - introduction (SpacePossum)
  • feature #​4740 NoAliasLanguageConstructCallFixer - introduction (SpacePossum)
  • feature #​4741 TernaryToElvisOperatorFixer - introduction (SpacePossum)
  • feature #​4778 UseArrowFunctionsFixer - introduction (gharlan)
  • feature #​4790 ArrayPushFixer - introduction (SpacePossum)
  • feature #​4800 NoUnneededFinalMethodFixer - Add "private_methods" option (SpacePossum)
  • feature #​4831 BlankLineBeforeStatementFixer - add yield from (SpacePossum)
  • feature #​4832 NoUnneededControlParenthesesFixer - add yield from (SpacePossum)
  • feature #​4863 NoTrailingWhitespaceInStringFixer - introduction (gharlan)
  • feature #​4875 ClassAttributesSeparationFixer - add option for no new lines between properties (adri, ruudk)
  • feature #​4880 HeredocIndentationFixer - config option for indentation level (gharlan)
  • feature #​4908 PhpUnitExpectationFixer - update for Phpunit 8.4 (ktomk)
  • feature #​4942 OrderedClassElementsFixer - added support for abstract method sorting (carlalexander, SpacePossum)
  • feature #​4947 NativeConstantInvocation - Add "PHP_INT_SIZE" to SF rule set (kubawerlos)
  • feature #​4953 Add support for custom differ (paulhenri-l, SpacePossum)
  • feature #​5264 CleanNamespaceFixer - Introduction (SpacePossum)
  • feature #​5280 NoUselessSprintfFixer - Introduction (SpacePossum)
  • minor #​4634 Make all options snake_case (kubawerlos)
  • minor #​4667 PhpUnitOrderedCoversFixer - stop using deprecated fixer (keradus)
  • minor #​4673 FinalStaticAccessFixer - deprecate (julienfalque)
  • minor #​4762 Rename simple_lambda_call to regular_callable_call (julienfalque)
  • minor #​4782 Update RuleSets (SpacePossum)
  • minor #​4802 Master cleanup (SpacePossum)
  • minor #​4828 Deprecate Config::create() (DocFX)
  • minor #​4872 Update RuleSet SF and PHP-CS-Fixer with new config for `no_extra_blan… (SpacePossum)
  • minor #​4900 Move "no_trailing_whitespace_in_string" to SF ruleset. (SpacePossum)
  • minor #​4903 Docs: extend regular_callable_call rule docs (keradus, SpacePossum)
  • minor #​4910 Add use_arrow_functions rule to PHP74Migration:risky set (keradus)
  • minor #​5025 PhpUnitDedicateAssertInternalTypeFixer - deprecate "target" option (kubawerlos)
  • minor #​5037 FinalInternalClassFixer- Rename option (SpacePossum)
  • minor #​5093 LambdaNotUsedImportFixer - add heredoc test (SpacePossum)
  • minor #​5163 Fix CS (SpacePossum)
  • minor #​5169 PHP8 care package master (SpacePossum)
  • minor #​5186 Fix tests (SpacePossum)
  • minor #​5192 GotoLabelAnalyzer - introduction (SpacePossum)
  • minor #​5230 Fix: Reference (localheinz)
  • minor #​5240 PHP8 - Allow trailing comma in parameter list support (SpacePossum)
  • minor #​5244 Fix 2.17 build (keradus)
  • minor #​5251 PHP8 - match support (SpacePossum)
  • minor #​5252 Update RuleSets (SpacePossum)
  • minor #​5278 PHP8 constructor property promotion support (SpacePossum)
  • minor #​5284 PHP8 - Attribute support (SpacePossum)
  • minor #​5323 NoUselessSprintfFixer - Fix test on PHP5.6 (SpacePossum)
  • minor #​5326 DX: relax composer requirements to not block installation under PHP v8, support for PHP v8 is not yet ready (keradus)

v2.16.10

Compare Source

  • minor #​5314 Enable testing with PHPUnit 9.x (sanmai)
  • minor #​5338 clean ups (SpacePossum)
  • minor #​5339 NoEmptyStatementFixer - fix more cases (SpacePossum)
  • minor #​5340 NamedArgumentTransformer - Introduction (SpacePossum)
  • minor #​5344 Update docs: do not use deprecated create method (SpacePossum)
  • minor #​5356 RuleSet description fixes (SpacePossum)
  • minor #​5360 DX: clean up detectIndent methods (kubawerlos)
  • minor #​5370 DX: update PHPUnit usage to use external Prophecy trait and solve warning (keradus)
  • minor #​5373 DX: MagicMethodCasingFixerTest - fix test case description (keradus)
  • minor #​5374 DX: PhpUnitDedicateAssertInternalTypeFixer - add code sample for non-default config (keradus)

v2.16.9

Compare Source

  • bug #​5095 Annotation - fix for Windows line endings (SpacePossum)
  • bug #​5221 NoSuperfluousPhpdocTagsFixer - fix for single line PHPDoc (kubawerlos)
  • bug #​5225 TernaryOperatorSpacesFixer - fix for alternative control structures (kubawerlos)
  • bug #​5235 ArrayIndentationFixer - fix for nested arrays (kubawerlos)
  • bug #​5248 NoBreakCommentFixer - fix throw detect (SpacePossum)
  • bug #​5250 SwitchAnalyzer - fix for semicolon after case/default (kubawerlos)
  • bug #​5253 IO - fix cache info message (SpacePossum)
  • bug #​5273 Fix PHPDoc line span fixer when property has array typehint (ossinkine)
  • bug #​5274 TernaryToNullCoalescingFixer - concat precedence fix (SpacePossum)
  • feature #​5216 Add RuleSets to docs (SpacePossum)
  • minor #​5226 Applied CS fixes from 2.17-dev (GrahamCampbell)
  • minor #​5229 Fixed incorrect phpdoc (GrahamCampbell)
  • minor #​5231 CS: unify styling with younger branches (keradus)
  • minor #​5232 PHP8 - throw expression support (SpacePossum)
  • minor #​5233 DX: simplify check_file_permissions.sh (kubawerlos)
  • minor #​5236 Improve handling of unavailable code samples (julienfalque, keradus)
  • minor #​5239 PHP8 - Allow trailing comma in parameter list support (SpacePossum)
  • minor #​5254 PHP8 - mixed type support (SpacePossum)
  • minor #​5255 Tests: do not skip documentation test (keradus)
  • minor #​5256 Docs: phpdoc_to_return_type - add new example in docs (keradus)
  • minor #​5261 Do not update Composer twice (sanmai)
  • minor #​5263 PHP8 support (SpacePossum)
  • minor #​5266 PhpUnitTestCaseStaticMethodCallsFixer - PHPUnit 9.x support (sanmai)
  • minor #​5267 Improve InstallViaComposerTest (sanmai)
  • minor #​5268 Add GitHub Workflows CI, including testing on PHP 8 and on macOS/Windows/Ubuntu (sanmai)
  • minor #​5269 Prep work to migrate to PHPUnit 9.x (sanmai, keradus)
  • minor #​5275 remove not supported verbose options (SpacePossum)
  • minor #​5276 PHP8 - add NoUnreachableDefaultArgumentValueFixer to risky set (SpacePossum)
  • minor #​5277 PHP8 - Constructor Property Promotion support (SpacePossum)
  • minor #​5292 Disable blank issue template and expose community chat (keradus)
  • minor #​5293 Add documentation to "yoda_style" sniff to convert Yoda style to non-Yoda style (Luc45)
  • minor #​5295 Run static code analysis off GitHub Actions (sanmai)
  • minor #​5298 Add yamllint workflow, validates .yaml files (sanmai)
  • minor #​5302 SingleLineCommentStyleFixer - do not fix possible attributes (PHP8) (SpacePossum)
  • minor #​5303 Drop CircleCI and AppVeyor (keradus)
  • minor #​5304 DX: rename TravisTest, as we no longer test only Travis there (keradus)
  • minor #​5305 Groom GitHub CI and move some checks from TravisCI to GitHub CI (keradus)
  • minor #​5308 Only run yamllint when a YAML file is changed (julienfalque, keradus)
  • minor #​5309 CICD: create yamllint config file (keradus)
  • minor #​5311 OrderedClassElementsFixer - PHPUnit Bridge support (ktomk)
  • minor #​5316 PHP8 - Attribute support (SpacePossum)
  • minor #​5321 DX: little code grooming (keradus)

v2.16.8

Compare Source

  • bug #​5325 NoBreakCommentFixer - better throw handling (SpacePossum)
  • bug #​5327 StaticLambdaFixer - fix for arrow function used in class with $this (kubawerlos, SpacePossum)
  • bug #​5333 Fix file missing for php8 (jderusse)
  • minor #​5328 Fixed deprecation message version (GrahamCampbell)
  • minor #​5330 DX: cleanup Github Actions configs (kubawerlos)

v2.16.7: Yellow Bird

Compare Source

discovery release - exploring the adoption of PHP CS Fixer if it would require higher PHP version

  • Require PHP 7.1

v2.16.6: Yellow Bird

Compare Source

discovery release - exploring the adoption of PHP CS Fixer if it would require higher PHP version

  • Require PHP 7.0

v2.16.5

Compare Source

  • bug #​4378 PhpUnitNoExpectationAnnotationFixer - annotation in single line doc comment (kubawerlos)
  • bug #​4936 HeaderCommentFixer - Fix unexpected removal of regular comments (julienfalque)
  • bug #​5006 PhpdocToParamTypeFixer - fix for breaking PHP syntax for type having reserved name (kubawerlos)
  • bug #​5016 NoSuperfluousPhpdocTagsFixer - fix for @​return with @​inheritDoc in description (kubawerlos)
  • bug #​5017 PhpdocTrimConsecutiveBlankLineSeparationFixer - must run after AlignMultilineCommentFixer (kubawerlos)
  • bug #​5032 SingleLineAfterImportsFixer - fix for line after import (and before another import) already added using CRLF (kubawerlos)
  • bug #​5033 VoidReturnFixer - must run after NoSuperfluousPhpdocTagsFixer (kubawerlos)
  • bug #​5038 HelpCommandTest - toString nested array (SpacePossum)
  • bug #​5040 LinebreakAfterOpeningTagFixer - do not change code if linebreak already present (kubawerlos)
  • bug #​5044 StandardizeIncrementFixer - fix handling static properties (kubawerlos)
  • bug #​5045 BacktickToShellExecFixer - add priority relation to NativeFunctionInvocationFixer and SingleQuoteFixer (kubawerlos)
  • bug #​5054 PhpdocTypesFixer - fix for multidimensional array (kubawerlos)
  • bug #​5065 TernaryOperatorSpacesFixer - fix for discovering ":" correctly (kubawerlos)
  • bug #​5068 Fixed php-cs-fixer crashes on input file syntax error (GrahamCampbell)
  • bug #​5087 NoAlternativeSyntaxFixer - add support for switch and declare (SpacePossum)
  • bug #​5092 PhpdocToParamTypeFixer - remove not used option (SpacePossum)
  • bug #​5105 ClassKeywordRemoveFixer - fix for fully qualified class (kubawerlos)
  • bug #​5113 TernaryOperatorSpacesFixer - handle goto labels (SpacePossum)
  • bug #​5124 Fix TernaryToNullCoalescingFixer when dealing with object properties (HypeMC)
  • bug #​5137 DoctrineAnnotationSpacesFixer - fix for typed properties (kubawerlos)
  • bug #​5180 Always lint test cases with the stricter process linter (GrahamCampbell)
  • bug #​5190 PhpUnit*Fixers - Only fix in unit test class scope (SpacePossum)
  • bug #​5195 YodaStyle - statements in braces should be treated as variables in strict … (SpacePossum)
  • bug #​5220 NoUnneededFinalMethodFixer - do not fix private constructors (SpacePossum)
  • feature #​3475 Rework documentation (julienfalque, SpacePossum)
  • feature #​5166 PHP8 (SpacePossum)
  • minor #​4878 ArrayIndentationFixer

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from Clivern as a code owner January 18, 2021 07:59
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-2.x branch from fa01093 to d612cc0 Compare January 21, 2021 19:25
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v2.18.0 Update dependency friendsofphp/php-cs-fixer to v2.18.1 Jan 21, 2021
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-2.x branch from d612cc0 to ff5c97a Compare January 26, 2021 00:50
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v2.18.1 Update dependency friendsofphp/php-cs-fixer to v2.18.2 Jan 26, 2021
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-2.x branch from ff5c97a to deb272e Compare March 10, 2021 20:23
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v2.18.2 Update dependency friendsofphp/php-cs-fixer to v2.18.3 Mar 10, 2021
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-2.x branch from deb272e to 7c29e1a Compare April 26, 2021 15:57
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v2.18.3 Update dependency friendsofphp/php-cs-fixer to v2.18.6 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-2.x branch from 7c29e1a to 1087322 Compare May 9, 2021 23:17
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v2.18.6 Update dependency friendsofphp/php-cs-fixer to v2.19.0 May 9, 2021
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-2.x branch from 1087322 to 290953c Compare October 19, 2021 01:51
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v2.19.0 Update dependency friendsofphp/php-cs-fixer to v2.19.2 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/friendsofphp-php-cs-fixer-2.x branch from 290953c to 83e8766 Compare March 7, 2022 13:59
@renovate renovate bot changed the title Update dependency friendsofphp/php-cs-fixer to v2.19.2 Update dependency friendsofphp/php-cs-fixer to v2.19.3 Mar 7, 2022
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Clivern Clivern closed this Nov 12, 2022
@Clivern Clivern deleted the renovate/friendsofphp-php-cs-fixer-2.x branch November 12, 2022 21:36
@renovate
Copy link
Contributor Author

renovate bot commented Nov 12, 2022

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.19.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants