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.16.1.

Release notes

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

v2.16.1 Yellow Bird

  • bug #4476 FunctionsAnalyzer - add "isTheSameClassCall" for correct verifying of function calls (kubawerlos)
  • bug #4605 PhpdocToParamTypeFixer - cover more cases (keradus, julienfalque)
  • bug #4626 FinalPublicMethodForAbstractClassFixer - Do not attempt to mark abstract public methods as final (localheinz)
  • bug #4632 NullableTypeDeclarationForDefaultNullValueFixer - fix for not lowercase "null" (kubawerlos)
  • bug #4638 Ensure compatibility with PHP 7.4 (julienfalque)
  • bug #4641 Add typed properties test to VisibilityRequiredFixerTest (GawainLynch, julienfalque)
  • bug #4654 ArrayIndentationFixer - Fix array indentation for multiline values (julienfalque)
  • bug #4660 TokensAnalyzer::isConstantInvocation - fix for extending multiple interfaces (kubawerlos)
  • bug #4668 TokensAnalyzer::isConstantInvocation - fix for interface method return type (kubawerlos)
  • minor #4608 Allow Symfony 5 components (l-vo)
  • minor #4622 Disallow PHP 7.4 failures on Travis CI (julienfalque)
  • minor #4623 README - Mark up as code (localheinz)
  • minor #4637 PHP 7.4 integration test (GawainLynch, julienfalque)
  • minor #4643 DX: Update .gitattributes and move ci-integration.sh to root of the project (kubawerlos, keradus)
  • minor #4645 Check PHP extensions on runtime (kubawerlos)
  • minor #4655 Improve docs - README (mvorisek)
  • minor #4662 DX: generate headers in README.rst (kubawerlos)
  • minor #4669 Enable execution under PHP 7.4 (keradus)
  • minor #4670 TravisTest - rewrite tests to allow last supported by tool PHP version to be snapshot (keradus)
  • minor #4671 TravisTest - rewrite tests to allow last supported by tool PHP version to be snapshot (keradus)

v2.16.0 Yellow Bird

  • feature #3810 PhpdocLineSpanFixer - Introduction (BackEndTea)
  • feature #3928 Add FinalPublicMethodForAbstractClassFixer (Slamdunk)
  • feature #4000 FinalStaticAccessFixer - Introduction (ntzm)
  • feature #4275 Issue #4274: Let lowercase_constants directive to be configurable. (drupol)
  • feature #4355 GlobalNamespaceImportFixer - Introduction (gharlan)
  • feature #4358 SelfStaticAccessorFixer - Introduction (SpacePossum)
  • feature #4385 CommentToPhpdocFixer - allow to ignore tags (kubawerlos)
  • feature #4401 Add NullableTypeDeclarationForDefaultNullValueFixer (HypeMC)
  • feature #4452 Add SingleLineThrowFixer (kubawerlos)
  • feature #4500 NoSuperfluousPhpdocTags - Add remove_inheritdoc option (julienfalque)
  • feature #4505 NoSuperfluousPhpdocTagsFixer - allow params that aren't on the signature (azjezz)
  • feature #4531 PhpdocAlignFixer - add "property-read" and "property-write" to allowed tags (kubawerlos)
  • feature #4583 Phpdoc to param type fixer rebase (jg-development)
  • minor #4033 Raise deprecation warnings on usage of deprecated aliases (ntzm)
  • minor #4423 DX: update branch alias (keradus)
  • minor #4537 SelfStaticAccessor - extend itests (keradus)
  • minor #4607 Configure no_superfluous_phpdoc_tags for Symfony (keradus)
  • minor #4618 DX: fix usage of deprecated options (0x450x6c)
  • minor #4619 Fix PHP 7.3 strict mode warnings (keradus)
  • minor #4621 Add single_line_throw to Symfony ruleset (keradus)

v2.15.5 Europe Round

  • bug #4476 FunctionsAnalyzer - add "isTheSameClassCall" for correct verifying of function calls (kubawerlos)
  • bug #4641 Add typed properties test to VisibilityRequiredFixerTest (GawainLynch, julienfalque)
  • bug #4654 ArrayIndentationFixer - Fix array indentation for multiline values (julienfalque)
  • bug #4660 TokensAnalyzer::isConstantInvocation - fix for extending multiple interfaces (kubawerlos)
  • bug #4668 TokensAnalyzer::isConstantInvocation - fix for interface method return type (kubawerlos)
... (truncated)
Changelog

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

Changelog for v2.16.1

  • bug #4476 FunctionsAnalyzer - add "isTheSameClassCall" for correct verifying of function calls (kubawerlos)
  • bug #4605 PhpdocToParamTypeFixer - cover more cases (keradus, julienfalque)
  • bug #4626 FinalPublicMethodForAbstractClassFixer - Do not attempt to mark abstract public methods as final (localheinz)
  • bug #4632 NullableTypeDeclarationForDefaultNullValueFixer - fix for not lowercase "null" (kubawerlos)
  • bug #4638 Ensure compatibility with PHP 7.4 (julienfalque)
  • bug #4641 Add typed properties test to VisibilityRequiredFixerTest (GawainLynch, julienfalque)
  • bug #4654 ArrayIndentationFixer - Fix array indentation for multiline values (julienfalque)
  • bug #4660 TokensAnalyzer::isConstantInvocation - fix for extending multiple interfaces (kubawerlos)
  • bug #4668 TokensAnalyzer::isConstantInvocation - fix for interface method return type (kubawerlos)
  • minor #4608 Allow Symfony 5 components (l-vo)
  • minor #4622 Disallow PHP 7.4 failures on Travis CI (julienfalque)
  • minor #4623 README - Mark up as code (localheinz)
  • minor #4637 PHP 7.4 integration test (GawainLynch, julienfalque)
  • minor #4643 DX: Update .gitattributes and move ci-integration.sh to root of the project (kubawerlos, keradus)
  • minor #4645 Check PHP extensions on runtime (kubawerlos)
  • minor #4655 Improve docs - README (mvorisek)
  • minor #4662 DX: generate headers in README.rst (kubawerlos)
  • minor #4669 Enable execution under PHP 7.4 (keradus)
  • minor #4670 TravisTest - rewrite tests to allow last supported by tool PHP version to be snapshot (keradus)
  • minor #4671 TravisTest - rewrite tests to allow last supported by tool PHP version to be snapshot (keradus)

Changelog for v2.16.0

  • feature #3810 PhpdocLineSpanFixer - Introduction (BackEndTea)
  • feature #3928 Add FinalPublicMethodForAbstractClassFixer (Slamdunk)
  • feature #4000 FinalStaticAccessFixer - Introduction (ntzm)
  • feature #4275 Issue #4274: Let lowercase_constants directive to be configurable. (drupol)
  • feature #4355 GlobalNamespaceImportFixer - Introduction (gharlan)
  • feature #4358 SelfStaticAccessorFixer - Introduction (SpacePossum)
  • feature #4385 CommentToPhpdocFixer - allow to ignore tags (kubawerlos)
  • feature #4401 Add NullableTypeDeclarationForDefaultNullValueFixer (HypeMC)
  • feature #4452 Add SingleLineThrowFixer (kubawerlos)
  • feature #4500 NoSuperfluousPhpdocTags - Add remove_inheritdoc option (julienfalque)
  • feature #4505 NoSuperfluousPhpdocTagsFixer - allow params that aren't on the signature (azjezz)
  • feature #4531 PhpdocAlignFixer - add "property-read" and "property-write" to allowed tags (kubawerlos)
  • feature #4583 Phpdoc to param type fixer rebase (jg-development)
  • minor #4033 Raise deprecation warnings on usage of deprecated aliases (ntzm)
  • minor #4423 DX: update branch alias (keradus)
  • minor #4537 SelfStaticAccessor - extend itests (keradus)
  • minor #4607 Configure no_superfluous_phpdoc_tags for Symfony (keradus)
  • minor #4618 DX: fix usage of deprecated options (0x450x6c)
  • minor #4619 Fix PHP 7.3 strict mode warnings (keradus)
  • minor #4621 Add single_line_throw to Symfony ruleset (keradus)

Changelog for v2.15.5

... (truncated)
Commits
  • c8afb59 prepared the 2.16.1 release
  • 57d2963 Merge branch '2.15' into 2.16
  • 461b676 bumped version
  • 06f39c7 prepared the 2.15.5 release
  • 5d96777 Merge branch '2.15' into 2.16
  • d46dda5 bug #4668 TokensAnalyzer::isConstantInvocation - fix for interface method ret...
  • 512fcda TokensAnalyzer::isConstantInvocation - fix for interface method return type
  • bfbf1b2 bug #4605 PhpdocToParamTypeFixer - cover more cases (keradus, julienfalque)
  • e72ce13 Merge branch '2.15' into 2.16
  • dbe278f minor #4669 Enable execution under PHP 7.4 (keradus)
  • 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.


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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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