Skip to content
This repository was archived by the owner on Dec 2, 2019. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps friendsofphp/php-cs-fixer from 2.13.0 to 2.15.3.

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v2.15.3 Europe Round

  • bug #4533 Revert PHP7.4 - Add "str_split" => "mb_str_split" mapping (keradus)
  • minor #4264 DX: AutoReview - ensure Travis handle all needed PHP versions (keradus)
  • minor #4524 MethodArgumentSpaceFixerTest - make explicit configuration to prevent fail on configuration change (keradus)

v2.15.2 Europe Round

  • bug #4132 BlankLineAfterNamespaceFixer - do not remove indent, handle comments (kubawerlos)
  • bug #4384 MethodArgumentSpaceFixer - fix for on_multiline:ensure_fully_multiline with trailing comma in function call (kubawerlos)
  • bug #4404 FileLintingIterator - fix current value on end/invalid (SpacePossum)
  • bug #4421 FunctionTypehintSpaceFixer - Ensure single space between type declaration and parameter (localheinz)
  • bug #4436 MethodArgumentSpaceFixer - handle misplaced ) (keradus)
  • bug #4439 NoLeadingImportSlashFixer - Add space if needed (SpacePossum)
  • bug #4440 SimpleToComplexStringVariableFixer - Fix $ bug (dmvdbrugge)
  • bug #4453 Fix preg_match error on 7.4snapshot (kubawerlos)
  • bug #4461 IsNullFixer - fix null coalescing operator handling (linniksa)
  • bug #4467 ToolInfo - fix access to reference without checking existence (black-silence)
  • bug #4472 Fix non-static closure unbinding this on PHP 7.4 (kelunik)
  • minor #3726 Use Box 3 to build the PHAR (theofidry, keradus)
  • minor #4412 PHP 7.4 - Tests for support (SpacePossum)
  • minor #4431 DX: test that default config is not passed in RuleSet (kubawerlos)
  • minor #4433 DX: test to ensure @​PHPUnitMigration rule sets are correctly defined (kubawerlos)
  • minor #4445 DX: static call of markTestSkippedOrFail (kubawerlos)
  • minor #4463 Add apostrophe to possessive "team's" (ChandlerSwift)
  • minor #4471 ReadmeCommandTest - use CommandTester (kubawerlos)
  • minor #4477 DX: control names of public methods in test's classes (kubawerlos)
  • minor #4483 NewWithBracesFixer - Fix object operator and curly brace open cases (SpacePossum)
  • minor #4484 fix typos in README (Sven Ludwig)
  • minor #4494 DX: Fix shell script syntax in order to fix Travis builds (drupol)
  • minor #4516 DX: Lock binary SCA tools versions (keradus)

v2.15.1 Europe Round

  • bug #4418 PhpUnitNamespacedFixer - properly translate classes which do not follow translation pattern (ktomk)
  • bug #4419 PhpUnitTestCaseStaticMethodCallsFixer - skip anonymous classes and lambda (SpacePossum)
  • bug #4420 MethodArgumentSpaceFixer - PHP7.3 trailing commas in function calls (SpacePossum)
  • minor #4345 Travis: PHP 7.4 isn't allowed to fail anymore (Slamdunk)
  • minor #4403 LowercaseStaticReferenceFixer - Fix invalid PHP version in example (HypeMC)
  • minor #4424 DX: cleanup of composer.json - no need for branch-alias (keradus)
  • minor #4425 DX: assertions are static, adjust custom assertions (keradus)
  • minor #4426 DX: handle deprecations of symfony/event-dispatcher:4.3 (keradus)
  • minor #4427 DX: stop using reserved T_FN in code samples (keradus)
  • minor #4428 DX: update dev-tools (keradus)
  • minor #4429 DX: MethodArgumentSpaceFixerTest - fix hidden merge conflict (keradus)

v2.15.0 Europe Round

  • feature #3927 Add FinalClassFixer (Slamdunk)
  • feature #3939 Add PhpUnitSizeClassFixer (Jefersson Nathan)
  • feature #3942 SimpleToComplexStringVariableFixer - Introduction (dmvdbrugge, SpacePossum)
  • feature #4113 OrderedInterfacesFixer - Introduction (dmvdbrugge)
  • feature #4121 SingleTraitInsertPerStatementFixer - Introduction (SpacePossum)
  • feature #4126 NativeFunctionTypeDeclarationCasingFixer - Introduction (SpacePossum)
... (truncated)
Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v2.15.3

  • bug #4533 Revert PHP7.4 - Add "str_split" => "mb_str_split" mapping (keradus)
  • minor #4264 DX: AutoReview - ensure Travis handle all needed PHP versions (keradus)
  • minor #4524 MethodArgumentSpaceFixerTest - make explicit configuration to prevent fail on configuration change (keradus)

Changelog for v2.15.2

  • bug #4132 BlankLineAfterNamespaceFixer - do not remove indent, handle comments (kubawerlos)
  • bug #4384 MethodArgumentSpaceFixer - fix for on_multiline:ensure_fully_multiline with trailing comma in function call (kubawerlos)
  • bug #4404 FileLintingIterator - fix current value on end/invalid (SpacePossum)
  • bug #4421 FunctionTypehintSpaceFixer - Ensure single space between type declaration and parameter (localheinz)
  • bug #4436 MethodArgumentSpaceFixer - handle misplaced ) (keradus)
  • bug #4439 NoLeadingImportSlashFixer - Add space if needed (SpacePossum)
  • bug #4440 SimpleToComplexStringVariableFixer - Fix $ bug (dmvdbrugge)
  • bug #4453 Fix preg_match error on 7.4snapshot (kubawerlos)
  • bug #4461 IsNullFixer - fix null coalescing operator handling (linniksa)
  • bug #4467 ToolInfo - fix access to reference without checking existence (black-silence)
  • bug #4472 Fix non-static closure unbinding this on PHP 7.4 (kelunik)
  • minor #3726 Use Box 3 to build the PHAR (theofidry, keradus)
  • minor #4412 PHP 7.4 - Tests for support (SpacePossum)
  • minor #4431 DX: test that default config is not passed in RuleSet (kubawerlos)
  • minor #4433 DX: test to ensure @​PHPUnitMigration rule sets are correctly defined (kubawerlos)
  • minor #4445 DX: static call of markTestSkippedOrFail (kubawerlos)
  • minor #4463 Add apostrophe to possessive "team's" (ChandlerSwift)
  • minor #4471 ReadmeCommandTest - use CommandTester (kubawerlos)
  • minor #4477 DX: control names of public methods in test's classes (kubawerlos)
  • minor #4483 NewWithBracesFixer - Fix object operator and curly brace open cases (SpacePossum)
  • minor #4484 fix typos in README (Sven Ludwig)
  • minor #4494 DX: Fix shell script syntax in order to fix Travis builds (drupol)
  • minor #4516 DX: Lock binary SCA tools versions (keradus)

Changelog for v2.15.1

  • bug #4418 PhpUnitNamespacedFixer - properly translate classes which do not follow translation pattern (ktomk)
  • bug #4419 PhpUnitTestCaseStaticMethodCallsFixer - skip anonymous classes and lambda (SpacePossum)
  • bug #4420 MethodArgumentSpaceFixer - PHP7.3 trailing commas in function calls (SpacePossum)
  • minor #4345 Travis: PHP 7.4 isn't allowed to fail anymore (Slamdunk)
  • minor #4403 LowercaseStaticReferenceFixer - Fix invalid PHP version in example (HypeMC)
  • minor #4424 DX: cleanup of composer.json - no need for branch-alias (keradus)
  • minor #4425 DX: assertions are static, adjust custom assertions (keradus)
  • minor #4426 DX: handle deprecations of symfony/event-dispatcher:4.3 (keradus)
  • minor #4427 DX: stop using reserved T_FN in code samples (keradus)
  • minor #4428 DX: update dev-tools (keradus)
  • minor #4429 DX: MethodArgumentSpaceFixerTest - fix hidden merge conflict (keradus)

Changelog for v2.15.0

... (truncated)
Commits
  • 705490b prepared the 2.15.3 release
  • 5b22781 Merge branch '2.14' into 2.15
  • 8d18a8b prepared the 2.14.6 release
  • 462df51 Merge branch '2.12' into 2.14
  • d7da65d bumped version
  • 48dced3 prepared the 2.12.12 release
  • 65a4f59 minor #4264 DX: AutoReview - ensure Travis handle all needed PHP versions (ke...
  • a1d7595 DX: AutoReview - ensure Travis handle all needed PHP versions
  • 63ec450 bumped version
  • 120dfe2 minor #4524 MethodArgumentSpaceFixerTest - make explicit configuration to pre...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a minor update to a development dependency.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview
Copy link
Contributor Author

Superseded by #73.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.15.3 branch November 4, 2019 03:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant