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.1 to 2.12.3 #23

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps friendsofphp/php-cs-fixer from 2.12.1 to 2.12.3.

Release notes

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

v2.12.3

  • bug #3867 PhpdocAnnotationWithoutDotFixer - Handle trailing whitespaces (kubawerlos)
  • bug #3884 NoSuperfluousPhpdocTagsFixer - handle null in every position (dmvdbrugge, julienfalque)
  • bug #3885 AlignMultilineCommentFixer - ArrayIndentationFixer - Priority (dmvdbrugge)
  • bug #3887 ArrayIndentFixer - Don't indent empty lines (dmvdbrugge)
  • bug #3888 NoExtraBlankLinesFixer - remove blank lines after open tag (kubawerlos)
  • bug #3890 StrictParamFixer - make it case-insensitive (kubawerlos)
  • bug #3895 FunctionsAnalyzer - false positive for constant and function definition (kubawerlos)
  • bug #3908 StrictParamFixer - fix edge case (kubawerlos)
  • bug #3910 FunctionsAnalyzer - fix isGlobalFunctionCall (gharlan)
  • bug #3912 FullyQualifiedStrictTypesFixer - NoSuperfluousPhpdocTagsFixer - adjust priority (dmvdbrugge)
  • bug #3913 TokensAnalyzer - fix isConstantInvocation (gharlan, keradus)
  • bug #3921 TypeAnalysis - Fix iterable not being detected as a reserved type (ntzm)
  • bug #3924 FullyQualifiedStrictTypesFixer - space bug (dmvdbrugge)
  • bug #3937 LowercaseStaticReferenceFixer - Fix "Parent" word in namespace (kubawerlos)
  • bug #3944 ExplicitStringVariableFixer - fix array handling (gharlan)
  • bug #3951 NoSuperfluousPhpdocTagsFixer - do not call strtolower with null (SpacePossum)
  • bug #3954 NoSuperfluousPhpdocTagsFixer - Index invalid or out of range (kubawerlos)
  • bug #3957 NoTrailingWhitespaceFixer - trim space after opening tag (kubawerlos)
  • minor #3798 DX: enable native_function_invocation (keradus)
  • minor #3882 PhpdocAnnotationWithoutDotFixer - Handle empty line in comment (kubawerlos)
  • minor #3889 DX: Cleanup - remove unused variables (kubawerlos, SpacePossum)
  • minor #3891 PhpdocNoEmptyReturnFixer - account for null[] (dmvdbrugge)
  • minor #3892 PhpdocNoEmptyReturnFixer - fix docs (keradus)
  • minor #3897 DX: FunctionsAnalyzer - simplifying return expression (kubawerlos)
  • minor #3903 DX: cleanup - remove special treatment for PHP <5.6 (kubawerlos)
  • minor #3905 DX: Upgrade composer-require-checker to stable version (keradus)
  • minor #3919 Simplify single uses of Token::isGivenKind (ntzm)
  • minor #3920 Docs: Fix typo (ntzm)
  • minor #3940 DX: fix phpdoc parameter type (malukenho)
  • minor #3948 DX: cleanup - remove redundant param annotations (kubawerlos)
  • minor #3950 Circle CI v2 yml (siad007)
  • minor #3952 DX: AbstractFixerTestCase - drop testing method already provided by trait (keradus)
  • minor #3973 Bump xdebug-handler (keradus)

v2.12.2

  • bug #3823 NativeConstantInvocationFixer - better constant detection (gharlan, SpacePossum, keradus)
  • bug #3832 "yield from" as keyword (SpacePossum)
  • bug #3835 Fix priority between PHPDoc return type fixers (julienfalque, keradus)
  • bug #3839 MethodArgumentSpaceFixer - add empty line incorrectly (SpacePossum)
  • bug #3866 SpaceAfterSemicolonFixer - loop over all tokens (SpacePossum)
  • minor #3817 Update integrations tests (SpacePossum)
  • minor #3829 Fix typos in changelog (mnabialek)
  • minor #3848 Add install/update instructions for PHIVE to the README (SpacePossum)
  • minor #3877 NamespacesAnalyzer - Optimize performance (stof)
  • minor #3878 NativeFunctionInvocationFixer - use the NamespacesAnalyzer to remove duplicated code (stof)
Changelog

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

Changelog for v2.12.3

  • bug #3867 PhpdocAnnotationWithoutDotFixer - Handle trailing whitespaces (kubawerlos)
  • bug #3884 NoSuperfluousPhpdocTagsFixer - handle null in every position (dmvdbrugge, julienfalque)
  • bug #3885 AlignMultilineCommentFixer - ArrayIndentationFixer - Priority (dmvdbrugge)
  • bug #3887 ArrayIndentFixer - Don't indent empty lines (dmvdbrugge)
  • bug #3888 NoExtraBlankLinesFixer - remove blank lines after open tag (kubawerlos)
  • bug #3890 StrictParamFixer - make it case-insensitive (kubawerlos)
  • bug #3895 FunctionsAnalyzer - false positive for constant and function definition (kubawerlos)
  • bug #3908 StrictParamFixer - fix edge case (kubawerlos)
  • bug #3910 FunctionsAnalyzer - fix isGlobalFunctionCall (gharlan)
  • bug #3912 FullyQualifiedStrictTypesFixer - NoSuperfluousPhpdocTagsFixer - adjust priority (dmvdbrugge)
  • bug #3913 TokensAnalyzer - fix isConstantInvocation (gharlan, keradus)
  • bug #3921 TypeAnalysis - Fix iterable not being detected as a reserved type (ntzm)
  • bug #3924 FullyQualifiedStrictTypesFixer - space bug (dmvdbrugge)
  • bug #3937 LowercaseStaticReferenceFixer - Fix "Parent" word in namespace (kubawerlos)
  • bug #3944 ExplicitStringVariableFixer - fix array handling (gharlan)
  • bug #3951 NoSuperfluousPhpdocTagsFixer - do not call strtolower with null (SpacePossum)
  • bug #3954 NoSuperfluousPhpdocTagsFixer - Index invalid or out of range (kubawerlos)
  • bug #3957 NoTrailingWhitespaceFixer - trim space after opening tag (kubawerlos)
  • minor #3798 DX: enable native_function_invocation (keradus)
  • minor #3882 PhpdocAnnotationWithoutDotFixer - Handle empty line in comment (kubawerlos)
  • minor #3889 DX: Cleanup - remove unused variables (kubawerlos, SpacePossum)
  • minor #3891 PhpdocNoEmptyReturnFixer - account for null[] (dmvdbrugge)
  • minor #3892 PhpdocNoEmptyReturnFixer - fix docs (keradus)
  • minor #3897 DX: FunctionsAnalyzer - simplifying return expression (kubawerlos)
  • minor #3903 DX: cleanup - remove special treatment for PHP <5.6 (kubawerlos)
  • minor #3905 DX: Upgrade composer-require-checker to stable version (keradus)
  • minor #3919 Simplify single uses of Token::isGivenKind (ntzm)
  • minor #3920 Docs: Fix typo (ntzm)
  • minor #3940 DX: fix phpdoc parameter type (malukenho)
  • minor #3948 DX: cleanup - remove redundant param annotations (kubawerlos)
  • minor #3950 Circle CI v2 yml (siad007)
  • minor #3952 DX: AbstractFixerTestCase - drop testing method already provided by trait (keradus)
  • minor #3973 Bump xdebug-handler (keradus)

Changelog for v2.12.2

  • bug #3823 NativeConstantInvocationFixer - better constant detection (gharlan, SpacePossum, keradus)
  • bug #3832 "yield from" as keyword (SpacePossum)
  • bug #3835 Fix priority between PHPDoc return type fixers (julienfalque, keradus)
  • bug #3839 MethodArgumentSpaceFixer - add empty line incorrectly (SpacePossum)
  • bug #3866 SpaceAfterSemicolonFixer - loop over all tokens (SpacePossum)
  • minor #3817 Update integrations tests (SpacePossum)
  • minor #3829 Fix typos in changelog (mnabialek)
  • minor #3848 Add install/update instructions for PHIVE to the README (SpacePossum)
  • minor #3877 NamespacesAnalyzer - Optimize performance (stof)
  • minor #3878 NativeFunctionInvocationFixer - use the NamespacesAnalyzer to remove duplicated code (stof)
... (truncated)
Commits
  • b23d499 prepared the 2.12.3 release
  • f070c3a minor #3798 DX: enable native_function_invocation (keradus)
  • 2f48a42 DX: enable native_function_invocation
  • c67d872 minor #3891 PhpdocNoEmptyReturnFixer - account for null[] (dmvdbrugge)
  • 7774286 bug #3913 TokensAnalyzer - fix isConstantInvocation (gharlan, keradus)
  • 53b196c TokensAnalyzer - fix isConstantInvocation
  • 1ab8faf minor #3973 Bump xdebug-handler (keradus)
  • 5d295c9 minor #3882 PhpdocAnnotationWithoutDotFixer - Handle empty line in comment (k...
  • fb41dff Bump xdebug-handler
  • 23084e9 PhpdocNoEmptyReturnFixer - account for null[]
  • 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 merge will merge this PR after your CI passes on it
  • @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.

@coveralls
Copy link

coveralls commented Aug 20, 2018

Pull Request Test Coverage Report for Build 109

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.06%) to 95.051%

Totals Coverage Status
Change from base Build 88: -0.06%
Covered Lines: 557
Relevant Lines: 586

💛 - Coveralls

@dependabot-preview
Copy link
Contributor Author

Superseded by #24.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.12.3 branch August 24, 2018 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants