Skip to content

Conversation

@dependabot-preview
Copy link

Bumps friendsofphp/php-cs-fixer from 2.15.1 to 2.16.0.

Release notes

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

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.4 Europe Round

  • bug #4183 IndentationTypeFixer - fix handling 2 spaces indent (kubawerlos)
  • bug #4406 NoSuperfluousElseifFixer - fix invalid escape sequence in character class (remicollet, SpacePossum)
  • bug #4416 NoUnusedImports - Fix imports detected as used in namespaces (julienfalque, SpacePossum)
  • bug #4518 PhpUnitNoExpectationAnnotationFixer - fix handling expect empty exception message (ktomk)
  • bug #4548 HeredocIndentationFixer - remove whitespace in empty lines (gharlan)
  • bug #4556 ClassKeywordRemoveFixer - fix for self,static and parent keywords (kubawerlos)
  • bug #4572 TokensAnalyzer - handle nested anonymous classes (SpacePossum)
  • bug #4573 CombineConsecutiveIssetsFixer - fix stop based on precedence (SpacePossum)
  • bug #4577 Fix command exit code on lint error after fixing fix. (SpacePossum)
  • bug #4581 FunctionsAnalyzer: fix for comment in type (kubawerlos)
  • bug #4586 BracesFixer - handle dynamic static method call (SpacePossum)
  • bug #4594 Braces - fix both single line comment styles (SpacePossum)
  • bug #4609 PhpdocTypesOrderFixer - Prevent unexpected default value change (laurent35240)
  • minor #4458 Add PHPStan (julienfalque)
  • minor #4479 IncludeFixer - remove braces when the statement is wrapped in block (kubawerlos)
  • minor #4490 Allow running if installed as project specific (ticktackk)
  • minor #4517 Verify PCRE pattern before use (ktomk)
  • minor #4521 Remove superfluous leading backslash, closes 4520 (ktomk)
  • minor #4532 DX: ensure data providers are used (kubawerlos)
  • minor #4534 Redo PHP7.4 - Add "str_split" => "mb_str_split" mapping (keradus, Slamdunk)
  • minor #4536 DX: use PHIVE for dev tools (keradus)
  • minor #4538 Docs: update Cookbook (keradus)
  • minor #4541 Enhancement: Use default name property to configure command names (localheinz)
  • minor #4546 DX: removing unnecessary variable initialization (kubawerlos)
  • minor #4549 DX: use ::class whenever possible (keradus, kubawerlos)
  • minor #4550 DX: travis_retry for dev-tools install (ktomk, keradus)
  • minor #4559 Allow 7.4snapshot to fail due to a bug on it (kubawerlos)
... (truncated)
Changelog

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

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

  • bug #4183 IndentationTypeFixer - fix handling 2 spaces indent (kubawerlos)
  • bug #4406 NoSuperfluousElseifFixer - fix invalid escape sequence in character class (remicollet, SpacePossum)
  • bug #4416 NoUnusedImports - Fix imports detected as used in namespaces (julienfalque, SpacePossum)
  • bug #4518 PhpUnitNoExpectationAnnotationFixer - fix handling expect empty exception message (ktomk)
  • bug #4548 HeredocIndentationFixer - remove whitespace in empty lines (gharlan)
  • bug #4556 ClassKeywordRemoveFixer - fix for self,static and parent keywords (kubawerlos)
  • bug #4572 TokensAnalyzer - handle nested anonymous classes (SpacePossum)
  • bug #4573 CombineConsecutiveIssetsFixer - fix stop based on precedence (SpacePossum)
  • bug #4577 Fix command exit code on lint error after fixing fix. (SpacePossum)
  • bug #4581 FunctionsAnalyzer: fix for comment in type (kubawerlos)
  • bug #4586 BracesFixer - handle dynamic static method call (SpacePossum)
  • bug #4594 Braces - fix both single line comment styles (SpacePossum)
  • bug #4609 PhpdocTypesOrderFixer - Prevent unexpected default value change (laurent35240)
  • minor #4458 Add PHPStan (julienfalque)
  • minor #4479 IncludeFixer - remove braces when the statement is wrapped in block (kubawerlos)
  • minor #4490 Allow running if installed as project specific (ticktackk)
  • minor #4517 Verify PCRE pattern before use (ktomk)
  • minor #4521 Remove superfluous leading backslash, closes 4520 (ktomk)
  • minor #4532 DX: ensure data providers are used (kubawerlos)
  • minor #4534 Redo PHP7.4 - Add "str_split" => "mb_str_split" mapping (keradus, Slamdunk)
  • minor #4536 DX: use PHIVE for dev tools (keradus)
  • minor #4538 Docs: update Cookbook (keradus)
  • minor #4541 Enhancement: Use default name property to configure command names (localheinz)
... (truncated)
Commits
  • ceaff36 prepared the 2.16.0 release
  • 5e700ac Merge branch '2.15' into 2.16
  • 83460b5 bumped version
  • a8e1c7e prepared the 2.15.4 release
  • c8ba40f Merge branch '2.15'
  • b0aec5b Add Sponsor badge
  • e6e1f2d minor #4588 Fix STDIN test when path is one level deep (julienfalque)
  • d44b18b minor #4597 Fix PHP 7.4 deprecation notices (julienfalque)
  • 1620256 minor #4600 Ensure compatibility with PHP 7.4 arrow functions (julienfalque)
  • fcc9784 Fix STDIN test when path is one level deep
  • 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 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.15.1 to 2.16.0.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.16/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v2.15.1...v2.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 4, 2019
@dependabot-preview
Copy link
Author

Superseded by #32.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.16.0 branch November 26, 2019 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant