Skip to content

Bump friendsofphp/php-cs-fixer from 2.16.2 to 2.16.5 #85

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps friendsofphp/php-cs-fixer from 2.16.2 to 2.16.5.

Release notes

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

v2.16.4 Yellow Bird

  • bug #3893 Fix handling /** and */ on the same line as the first and/or last annotation (dmvdbrugge)
  • bug #4919 PhpUnitTestAnnotationFixer - fix function starting with "test" and having lowercase letter after (kubawerlos)
  • bug #4929 YodaStyleFixer - handling equals empty array (kubawerlos)
  • bug #4934 YodaStyleFixer - fix for conditions weird are (kubawerlos)
  • bug #4958 OrderedImportsFixer - fix for trailing comma in group (kubawerlos)
  • bug #4959 BlankLineBeforeStatementFixer - handle comment case (SpacePossum)
  • bug #4962 MethodArgumentSpaceFixer - must run after MethodChainingIndentationFixer (kubawerlos)
  • bug #4963 PhpdocToReturnTypeFixer - fix for breaking PHP syntax for type having reserved name (kubawerlos, Slamdunk)
  • bug #4978 ArrayIndentationFixer - must run after MethodArgumentSpaceFixer (kubawerlos)
  • bug #4994 FinalInternalClassFixer - must run before ProtectedToPrivateFixer (kubawerlos)
  • bug #4996 NoEmptyCommentFixer - handle multiline comments (kubawerlos)
  • bug #4999 BlankLineBeforeStatementFixer - better comment handling (SpacePossum)
  • bug #5009 NoEmptyCommentFixer - better handle comments sequence (kubawerlos)
  • bug #5010 SimplifiedNullReturnFixer - must run before VoidReturnFixer (kubawerlos)
  • bug #5011 SingleClassElementPerStatementFixer - must run before ClassAttributesSeparationFixer (kubawerlos)
  • bug #5012 StrictParamFixer - must run before NativeFunctionInvocationFixer (kubawerlos)
  • bug #5014 PhpdocToParamTypeFixer - fix for void as param (kubawerlos)
  • bug #5018 PhpdocScalarFixer - fix for comment with Windows line endings (kubawerlos)
  • bug #5029 SingleLineAfterImportsFixer - fix for line after import already added using CRLF (kubawerlos)
  • minor #4904 Increase PHPStan level to 8 with strict rules (julienfalque)
  • minor #4920 Enhancement: Use DocBlock itself to make it multi-line (localheinz)
  • minor #4930 DX: ensure PhpUnitNamespacedFixer handles all classes (kubawerlos)
  • minor #4931 DX: add test to ensure each target version in PhpUnitTargetVersion has its set in RuleSet (kubawerlos)
  • minor #4932 DX: Travis CI config - fix warnings and infos (kubawerlos)
  • minor #4940 Reject empty path (julienfalque)
  • minor #4944 Fix grammar (julienfalque)
  • minor #4946 Allow "const" option on PHP <7.1 (julienfalque)
  • minor #4948 Added describe command to readme (david, 8ctopus)
  • minor #4949 Fixed build readme on Windows fails if using Git Bash (Mintty) (8ctopus)
  • minor #4954 Config - Trim path (julienfalque)
  • minor #4957 DX: Check trailing spaces in project files only (ktomk)
  • minor #4961 Assert all project source files are monolithic. (SpacePossum)
  • minor #4964 Fix PHPStan baseline (julienfalque)
  • minor #4965 Fix PHPStan baseline (julienfalque)
  • minor #4973 DX: test "isRisky" method in fixer tests, not as auto review (kubawerlos)
  • minor #4974 Minor: Fix typo (ktomk)
  • minor #4975 Revert PHPStan level to 5 (julienfalque)
  • minor #4976 Add instructions for PHPStan (julienfalque)
  • minor #4980 Introduce new issue templates (julienfalque)
  • minor #4981 Prevent error in CTTest::testConstants (for PHP8) (guilliamxavier)
  • minor #4982 Remove PHIVE (kubawerlos)
  • minor #4985 Fix tests with Symfony 5.1 (julienfalque)
  • minor #4987 PhpdocAnnotationWithoutDotFixer - handle unicode characters using mb_* (SpacePossum)
  • minor #5008 Enhancement: Social justification applied (gbyrka-fingo)
  • minor #5023 Fix issue templates (kubawerlos)
  • minor #5024 DX: add missing non-default code samples (kubawerlos)

v2.16.3 Yellow Bird

  • bug #4915 Fix handling property PHPDocs with unsupported type (julienfalque)
Changelog

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

Changelog for v2.16.5

  • bug #4378 PhpUnitNoExpectationAnnotationFixer - annotation in single line doc comment (kubawerlos)
  • bug #4936 HeaderCommentFixer - Fix unexpected removal of regular comments (julienfalque)
  • bug #5006 PhpdocToParamTypeFixer - fix for breaking PHP syntax for type having reserved name (kubawerlos)
  • bug #5016 NoSuperfluousPhpdocTagsFixer - fix for @return with @inheritDoc in description (kubawerlos)
  • bug #5017 PhpdocTrimConsecutiveBlankLineSeparationFixer - must run after AlignMultilineCommentFixer (kubawerlos)
  • bug #5032 SingleLineAfterImportsFixer - fix for line after import (and before another import) already added using CRLF (kubawerlos)
  • bug #5033 VoidReturnFixer - must run after NoSuperfluousPhpdocTagsFixer (kubawerlos)
  • bug #5038 HelpCommandTest - toString nested array (SpacePossum)
  • bug #5040 LinebreakAfterOpeningTagFixer - do not change code if linebreak already present (kubawerlos)
  • bug #5044 StandardizeIncrementFixer - fix handling static properties (kubawerlos)
  • bug #5045 BacktickToShellExecFixer - add priority relation to NativeFunctionInvocationFixer and SingleQuoteFixer (kubawerlos)
  • bug #5054 PhpdocTypesFixer - fix for multidimensional array (kubawerlos)
  • bug #5065 TernaryOperatorSpacesFixer - fix for discovering ":" correctly (kubawerlos)
  • bug #5068 Fixed php-cs-fixer crashes on input file syntax error (GrahamCampbell)
  • bug #5087 NoAlternativeSyntaxFixer - add support for switch and declare (SpacePossum)
  • bug #5092 PhpdocToParamTypeFixer - remove not used option (SpacePossum)
  • bug #5105 ClassKeywordRemoveFixer - fix for fully qualified class (kubawerlos)
  • bug #5113 TernaryOperatorSpacesFixer - handle goto labels (SpacePossum)
  • bug #5124 Fix TernaryToNullCoalescingFixer when dealing with object properties (HypeMC)
  • bug #5137 DoctrineAnnotationSpacesFixer - fix for typed properties (kubawerlos)
  • bug #5180 Always lint test cases with the stricter process linter (GrahamCampbell)
  • bug #5190 PhpUnit*Fixers - Only fix in unit test class scope (SpacePossum)
  • bug #5195 YodaStyle - statements in braces should be treated as variables in strict … (SpacePossum)
  • bug #5220 NoUnneededFinalMethodFixer - do not fix private constructors (SpacePossum)
  • feature #3475 Rework documentation (julienfalque, SpacePossum)
  • feature #5166 PHP8 (SpacePossum)
  • minor #4878 ArrayIndentationFixer - refactor (julienfalque)
  • minor #5031 CI: skip_cleanup: true (keradus)
  • minor #5035 PhpdocToParamTypeFixer - Rename attribute (SpacePossum)
  • minor #5048 Allow composer/semver ^2.0 and ^3.0 (thomasvargiu)
  • minor #5050 DX: moving integration test for braces, indentation_type and no_break_comment into right place (kubawerlos)
  • minor #5051 DX: move all tests from AutoReview\FixerTest to Test\AbstractFixerTestCase (kubawerlos)
  • minor #5053 DX: cleanup FunctionTypehintSpaceFixer (kubawerlos)
  • minor #5056 DX: add missing priority test for indentation_type and phpdoc_indent (kubawerlos)
  • minor #5077 DX: add missing priority test between NoUnsetCastFixer and BinaryOperatorSpacesFixer (kubawerlos)
  • minor #5083 Update composer.json to prevent issue #5030 (mvorisek)
  • minor #5088 NoBreakCommentFixer - NoUselessElseFixer - priority test (SpacePossum)
  • minor #5100 Fixed invalid PHP 5.6 syntax (GrahamCampbell)
  • minor #5106 Symfony's finder already ignores vcs and dot files by default (GrahamCampbell)
  • minor #5112 DX: check file permissions (kubawerlos, SpacePossum)
  • minor #5122 Show runtime PHP version (kubawerlos)
  • minor #5132 Do not allow assignments in if statements (SpacePossum)
  • minor #5133 RuleSetTest - Early return for boolean and detect more defaults (SpacePossum)
  • minor #5139 revert some unneeded exclusions (SpacePossum)
  • minor #5148 Upgrade Xcode (kubawerlos)
  • minor #5149 NoUnsetOnPropertyFixer - risky description tweaks (SpacePossum)
  • minor #5161 minors (SpacePossum)
Commits
  • 38042b5 prepared the 2.16.5 release
  • a761768 Merge branch '2.15' into 2.16
  • c899264 minor #5223 Docs: regenerate docs on 2.16 line (keradus)
  • 0c6db16 prepared the 2.15.9 release
  • 282eef3 minor #5031 CI: skip_cleanup: true (keradus)
  • 881f3d5 CI: skip_cleanup: true
  • 7614822 Docs: regenerate docs on 2.16 line
  • e1db0c3 Merge branch '2.15' into 2.16
  • d07988b bug #5220 NoUnneededFinalMethodFixer - do not fix private constructors (Space...
  • f156862 minor #5222 Upgrade Xcode (kubawerlos)
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)

@dependabot-preview
Copy link
Contributor Author

Superseded by #86.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.16.5 branch October 27, 2020 23:28
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.

0 participants