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

Bump friendsofphp/php-cs-fixer from 2.12.0 to 2.13.2 #136

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps friendsofphp/php-cs-fixer from 2.12.0 to 2.13.2.

Release notes

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

v2.13.2 Yogi's BBQ

  • bug #3968 SelfAccessorFixer - support FQCN (kubawerlos)
  • bug #3974 Psr4Fixer - class with anonymous class (kubawerlos)
  • bug #3987 Run HeaderCommentFixer after NoBlankLinesAfterPhpdocFixer (StanAngeloff)
  • bug #4009 TypeAlternationTransformer - Fix pipes in function call with constants being classified incorrectly (ntzm, SpacePossum)
  • bug #4022 NoUnsetOnPropertyFixer - refactor and bugfixes (kubawerlos)
  • bug #4036 ExplicitStringVariableFixer - fixes for backticks and for 2 variables next to each other (kubawerlos, Slamdunk)
  • bug #4038 CommentToPhpdocFixer - handling nested PHPDoc (kubawerlos)
  • bug #4064 Ignore invalid mode strings, add option to remove the "b" flag. (SpacePossum)
  • bug #4071 DX: do not insert Token when calling removeLeadingWhitespace/removeTrailingWhitespace from Tokens (kubawerlos)
  • bug #4073 IsNullFixer - fix function detection (kubawerlos)
  • bug #4074 FileFilterIterator - do not filter out files that need fixing (SpacePossum)
  • bug #4076 EregToPregFixer - fix function detection (kubawerlos)
  • bug #4084 MethodChainingIndentation - fix priority with Braces (dmvdbrugge)
  • bug #4099 HeaderCommentFixer - throw exception on invalid header configuration (SpacePossum)
  • bug #4100 PhpdocAddMissingParamAnnotationFixer - Handle variable number of arguments and pass by reference cases (SpacePossum)
  • bug #4101 ReturnAssignmentFixer - do not touch invalid code (SpacePossum)
  • bug #4104 Change transformers order, fixing untransformed T_USE (dmvdbrugge)
  • bug #4107 Preg::split - fix for non-UTF8 subject (ostrolucky, kubawerlos)
  • bug #4109 NoBlankLines*: fix removing lines consisting only of spaces (kubawerlos, keradus)
  • bug #4114 VisibilityRequiredFixer - don't remove comments (kubawerlos)
  • bug #4116 OrderedImportsFixer - fix sorting without any grouping (SpacePossum)
  • bug #4119 PhpUnitNoExpectationAnnotationFixer - fix extracting content from annotation (kubawerlos)
  • bug #4127 LowercaseConstantsFixer - Fix case with properties using constants as their name (srathbone)
  • bug #4134 [7.3] SquareBraceTransformer - nested array destructuring not handled correctly (SpacePossum)
  • bug #4153 PhpUnitFqcnAnnotationFixer - handle only PhpUnit classes (kubawerlos)
  • bug #4169 DirConstantFixer - Fixes for PHP7.3 syntax (SpacePossum)
  • bug #4181 MultilineCommentOpeningClosingFixer - fix handling empty comment (kubawerlos)
  • bug #4186 Tokens - fix removal of leading/trailing whitespace with empty token in collection (kubawerlos)
  • minor #3436 Add a handful of integration tests (BackEndTea)
  • minor #3774 PhpUnitTestClassRequiresCoversFixer - Remove unneeded loop and use phpunit indicator class (BackEndTea, SpacePossum)
  • minor #3778 DX: Throw an exception if FileReader::read fails (ntzm)
  • minor #3916 New ruleset "PhpCsFixer" (gharlan)
  • minor #4007 Fixes cookbook for fixers (greeflas)
  • minor #4031 Correct FixerOptionBuilder::getOption return type (ntzm)
  • minor #4046 Token - Added fast isset() path to token->equals() (staabm)
  • minor #4047 Token - inline $other->getPrototype() to speedup equals() (staabm, keradus)
  • minor #4048 Tokens - inlined extractTokenKind() call on the hot path (staabm)
  • minor #4069 DX: Add dev-tools directory to gitattributes as export-ignore (alexmanno)
  • minor #4070 Docs: Add link to a VS Code extension in readme (jakebathman)
  • minor #4077 DX: cleanup - NoAliasFunctionsFixer - use FunctionsAnalyzer (kubawerlos)
  • minor #4088 Add Travis test with strict types (kubawerlos)
  • minor #4091 Adjust misleading sentence in CONTRIBUTING.md (ostrolucky)
  • minor #4092 UseTransformer - simplify/optimize (SpacePossum)
  • minor #4095 DX: Use ::class (keradus)
  • minor #4096 DX: fixing typo (kubawerlos)
  • minor #4097 DX: namespace casing (kubawerlos)
  • minor #4110 Enhancement: Update localheinz/composer-normalize (localheinz)
  • minor #4115 Changes for upcoming Travis' infra migration (sergeyklay)
  • minor #4122 DX: AppVeyor - Update Composer download link (SpacePossum)
... (truncated)
Changelog

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

Changelog for v2.13.2

  • bug #3968 SelfAccessorFixer - support FQCN (kubawerlos)
  • bug #3974 Psr4Fixer - class with anonymous class (kubawerlos)
  • bug #3987 Run HeaderCommentFixer after NoBlankLinesAfterPhpdocFixer (StanAngeloff)
  • bug #4009 TypeAlternationTransformer - Fix pipes in function call with constants being classified incorrectly (ntzm, SpacePossum)
  • bug #4022 NoUnsetOnPropertyFixer - refactor and bugfixes (kubawerlos)
  • bug #4036 ExplicitStringVariableFixer - fixes for backticks and for 2 variables next to each other (kubawerlos, Slamdunk)
  • bug #4038 CommentToPhpdocFixer - handling nested PHPDoc (kubawerlos)
  • bug #4064 Ignore invalid mode strings, add option to remove the "b" flag. (SpacePossum)
  • bug #4071 DX: do not insert Token when calling removeLeadingWhitespace/removeTrailingWhitespace from Tokens (kubawerlos)
  • bug #4073 IsNullFixer - fix function detection (kubawerlos)
  • bug #4074 FileFilterIterator - do not filter out files that need fixing (SpacePossum)
  • bug #4076 EregToPregFixer - fix function detection (kubawerlos)
  • bug #4084 MethodChainingIndentation - fix priority with Braces (dmvdbrugge)
  • bug #4099 HeaderCommentFixer - throw exception on invalid header configuration (SpacePossum)
  • bug #4100 PhpdocAddMissingParamAnnotationFixer - Handle variable number of arguments and pass by reference cases (SpacePossum)
  • bug #4101 ReturnAssignmentFixer - do not touch invalid code (SpacePossum)
  • bug #4104 Change transformers order, fixing untransformed T_USE (dmvdbrugge)
  • bug #4107 Preg::split - fix for non-UTF8 subject (ostrolucky, kubawerlos)
  • bug #4109 NoBlankLines*: fix removing lines consisting only of spaces (kubawerlos, keradus)
  • bug #4114 VisibilityRequiredFixer - don't remove comments (kubawerlos)
  • bug #4116 OrderedImportsFixer - fix sorting without any grouping (SpacePossum)
  • bug #4119 PhpUnitNoExpectationAnnotationFixer - fix extracting content from annotation (kubawerlos)
  • bug #4127 LowercaseConstantsFixer - Fix case with properties using constants as their name (srathbone)
  • bug #4134 [7.3] SquareBraceTransformer - nested array destructuring not handled correctly (SpacePossum)
  • bug #4153 PhpUnitFqcnAnnotationFixer - handle only PhpUnit classes (kubawerlos)
  • bug #4169 DirConstantFixer - Fixes for PHP7.3 syntax (SpacePossum)
  • bug #4181 MultilineCommentOpeningClosingFixer - fix handling empty comment (kubawerlos)
  • bug #4186 Tokens - fix removal of leading/trailing whitespace with empty token in collection (kubawerlos)
  • minor #3436 Add a handful of integration tests (BackEndTea)
  • minor #3774 PhpUnitTestClassRequiresCoversFixer - Remove unneeded loop and use phpunit indicator class (BackEndTea, SpacePossum)
  • minor #3778 DX: Throw an exception if FileReader::read fails (ntzm)
  • minor #3916 New ruleset "PhpCsFixer" (gharlan)
  • minor #4007 Fixes cookbook for fixers (greeflas)
  • minor #4031 Correct FixerOptionBuilder::getOption return type (ntzm)
  • minor #4046 Token - Added fast isset() path to token->equals() (staabm)
  • minor #4047 Token - inline $other->getPrototype() to speedup equals() (staabm, keradus)
  • minor #4048 Tokens - inlined extractTokenKind() call on the hot path (staabm)
  • minor #4069 DX: Add dev-tools directory to gitattributes as export-ignore (alexmanno)
  • minor #4070 Docs: Add link to a VS Code extension in readme (jakebathman)
  • minor #4077 DX: cleanup - NoAliasFunctionsFixer - use FunctionsAnalyzer (kubawerlos)
  • minor #4088 Add Travis test with strict types (kubawerlos)
  • minor #4091 Adjust misleading sentence in CONTRIBUTING.md (ostrolucky)
  • minor #4092 UseTransformer - simplify/optimize (SpacePossum)
  • minor #4095 DX: Use ::class (keradus)
  • minor #4096 DX: fixing typo (kubawerlos)
  • minor #4097 DX: namespace casing (kubawerlos)
  • minor #4110 Enhancement: Update localheinz/composer-normalize (localheinz)
... (truncated)
Commits
  • ce6c4bb prepared the 2.13.2 release
  • 9692df5 Merge branch '2.12' into 2.13
  • 26f360b bumped version
  • 55a47f7 prepared the 2.12.5 release
  • f058dee Merge branch '2.12' into 2.13
  • ed85423 minor #4197 [7.3] StrictParamFixer - support PHP 7.3 (kubawerlos)
  • ed3b740 [7.3] StrictParamFixer - support PHP 7.3
  • 45697b0 minor #4195 [7.3] SetTypeToCastFixer - support PHP 7.3 (kubawerlos)
  • 9f53a3d minor #4196 Update website (keradus)
  • f763da7 bug #4181 MultilineCommentOpeningClosingFixer - fix handling empty comment (k...
  • 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 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.363% when pulling 829db10 on dependabot/composer/friendsofphp/php-cs-fixer-2.13.2 into 36e93bc on master.

@dependabot-preview
Copy link
Contributor Author

Superseded by #137.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.13.2 branch January 7, 2019 05:39
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.

3 participants