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.18.0 to 2.18.1 #67

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps friendsofphp/php-cs-fixer from 2.18.0 to 2.18.1.

Release notes

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

v2.18.1 Remote Void

  • bug #5447 switch_case_semicolon_to_colon should skip match/default statements (derrabus)
  • bug #5453 SingleSpaceAfterConstructFixer - better handling of closing parenthesis and brace (keradus)
  • bug #5454 NullableTypeDeclarationForDefaultNullValueFixer - support property promotion via constructor (keradus)
  • bug #5455 PhpdocToCommentFixer - add support for attributes (keradus)
  • bug #5462 NullableTypeDeclarationForDefaultNullValueFixer - support union types (keradus)
  • minor #5444 Fix PHP version number in PHP54MigrationSet description (jdreesen, keradus)
  • minor #5445 DX: update usage of old TraversableContains in tests (keradus)
  • minor #5456 DX: Fix CiIntegrationTest (keradus)
  • minor #5457 CI: fix params order (keradus)
  • minor #5458 CI: fix migration workflow (keradus)
  • minor #5459 DX: cleanup PHP Migration rulesets (keradus)
Changelog

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

Changelog for v2.18.1

  • bug #5447 switch_case_semicolon_to_colon should skip match/default statements (derrabus)
  • bug #5453 SingleSpaceAfterConstructFixer - better handling of closing parenthesis and brace (keradus)
  • bug #5454 NullableTypeDeclarationForDefaultNullValueFixer - support property promotion via constructor (keradus)
  • bug #5455 PhpdocToCommentFixer - add support for attributes (keradus)
  • bug #5462 NullableTypeDeclarationForDefaultNullValueFixer - support union types (keradus)
  • minor #5444 Fix PHP version number in PHP54MigrationSet description (jdreesen, keradus)
  • minor #5445 DX: update usage of old TraversableContains in tests (keradus)
  • minor #5456 DX: Fix CiIntegrationTest (keradus)
  • minor #5457 CI: fix params order (keradus)
  • minor #5458 CI: fix migration workflow (keradus)
  • minor #5459 DX: cleanup PHP Migration rulesets (keradus)
Commits
  • c68ff62 prepared the 2.18.1 release
  • 122c418 Merge branch '2.17' into 2.18
  • 27b5b56 bumped version
  • 582f007 prepared the 2.17.5 release
  • 3310915 Merge branch '2.17' into 2.18
  • 3dbe23f bug #5462 NullableTypeDeclarationForDefaultNullValueFixer - support union typ...
  • 0f20987 NullableTypeDeclarationForDefaultNullValueFixer - support union types
  • 327586a Merge branch '2.17' into 2.18
  • f7b5245 minor #5459 DX: cleanup PHP Migration rulesets (keradus)
  • 9e53d08 DX: cleanup PHP Migration rulesets
  • 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[bot] commented 3 years ago

Superseded by #68.