dshafik / php7-mysql-shim

A shim for ext/mysql in PHP 7+
MIT License
392 stars 102 forks source link

Bump friendsofphp/php-cs-fixer from 2.17.1 to 2.17.2 #63

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps friendsofphp/php-cs-fixer from 2.17.1 to 2.17.2.

Release notes

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

v2.17.2 Desert Beast

  • bug #5345 CleanNamespaceFixer - preserve traling comments (SpacePossum)
  • bug #5348 PsrAutoloadingFixer - fix for class without namespace (kubawerlos)
  • bug #5362 SingleSpaceAfterConstructFixer: Do not adjust whitespace before multiple multi-line extends (localheinz, SpacePossum)
  • minor #5314 Enable testing with PHPUnit 9.x (sanmai)
  • minor #5319 Clean ups (SpacePossum)
  • minor #5338 clean ups (SpacePossum)
  • minor #5339 NoEmptyStatementFixer - fix more cases (SpacePossum)
  • minor #5340 NamedArgumentTransformer - Introduction (SpacePossum)
  • minor #5344 Update docs: do not use deprecated create method (SpacePossum)
  • minor #5353 Fix typo in issue template (stof)
  • minor #5355 OrderedTraitsFixer - mark as risky (SpacePossum)
  • minor #5356 RuleSet description fixes (SpacePossum)
  • minor #5359 Add application version to "fix" out put when verbosity flag is set (SpacePossum)
  • minor #5360 DX: clean up detectIndent methods (kubawerlos)
  • minor #5363 Added missing self return type to ConfigInterface::registerCustomFixers() (vudaltsov)
  • minor #5366 PhpUnitDedicateAssertInternalTypeFixer - recover target option (keradus)
  • minor #5368 DX: PHPUnit 9 compatibility for 2.17 (keradus)
  • minor #5370 DX: update PHPUnit usage to use external Prophecy trait and solve warning (keradus)
  • minor #5371 Update documentation about PHP_CS_FIXER_IGNORE_ENV (SanderSander, keradus)
  • minor #5373 DX: MagicMethodCasingFixerTest - fix test case description (keradus)
  • minor #5374 DX: PhpUnitDedicateAssertInternalTypeFixer - add code sample for non-default config (keradus)
Changelog

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

Changelog for v2.17.2

  • bug #5345 CleanNamespaceFixer - preserve traling comments (SpacePossum)
  • bug #5348 PsrAutoloadingFixer - fix for class without namespace (kubawerlos)
  • bug #5362 SingleSpaceAfterConstructFixer: Do not adjust whitespace before multiple multi-line extends (localheinz, SpacePossum)
  • minor #5314 Enable testing with PHPUnit 9.x (sanmai)
  • minor #5319 Clean ups (SpacePossum)
  • minor #5338 clean ups (SpacePossum)
  • minor #5339 NoEmptyStatementFixer - fix more cases (SpacePossum)
  • minor #5340 NamedArgumentTransformer - Introduction (SpacePossum)
  • minor #5344 Update docs: do not use deprecated create method (SpacePossum)
  • minor #5353 Fix typo in issue template (stof)
  • minor #5355 OrderedTraitsFixer - mark as risky (SpacePossum)
  • minor #5356 RuleSet description fixes (SpacePossum)
  • minor #5359 Add application version to "fix" out put when verbosity flag is set (SpacePossum)
  • minor #5360 DX: clean up detectIndent methods (kubawerlos)
  • minor #5363 Added missing self return type to ConfigInterface::registerCustomFixers() (vudaltsov)
  • minor #5366 PhpUnitDedicateAssertInternalTypeFixer - recover target option (keradus)
  • minor #5368 DX: PHPUnit 9 compatibility for 2.17 (keradus)
  • minor #5370 DX: update PHPUnit usage to use external Prophecy trait and solve warning (keradus)
  • minor #5371 Update documentation about PHP_CS_FIXER_IGNORE_ENV (SanderSander, keradus)
  • minor #5373 DX: MagicMethodCasingFixerTest - fix test case description (keradus)
  • minor #5374 DX: PhpUnitDedicateAssertInternalTypeFixer - add code sample for non-default config (keradus)
Commits
  • aaee4f3 prepared the 2.17.2 release
  • dd365d2 Merge branch '2.16' into 2.17
  • 7dd27dd prepared the 2.16.10 release
  • 302ba4a minor #5371 Update documentation about PHP_CS_FIXER_IGNORE_ENV (SanderSander,...
  • acf24b5 Update documentation about PHP_CS_FIXER_IGNORE_ENV
  • 85c2695 Merge branch '2.16' into 2.17
  • 5e9a615 minor #5374 DX: PhpUnitDedicateAssertInternalTypeFixer - add code sample for ...
  • 3044756 DX: PhpUnitDedicateAssertInternalTypeFixer - add code sample for non-default ...
  • 842d624 Merge branch '2.16' into 2.17
  • 16d53a1 minor #5370 DX: update PHPUnit usage to use external Prophecy trait and solve...
  • 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)
dshafik commented 3 years ago

@dependabot merge