Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Bump phpcompatibility/php-compatibility from 9.3.0 to 9.3.1 #34

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps phpcompatibility/php-compatibility from 9.3.0 to 9.3.1.

Release notes

Sourced from phpcompatibility/php-compatibility's releases.

PHPCompatibility 9.3.1

See all related issues and PRs in the 9.3.1 milestone.

Changed

Fixed

  • 🐛 PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder: false positive when an array item in the second parameter contained a ternary. #891. Fixes #890
  • 🐛 PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder: will now take array casts into account when determining which parameter is $pieces. #891.
  • 🐛 PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder: hardening of the logic to not examine the second parameter when the first is just and only a text string ($glue). #891.
Changelog

Sourced from phpcompatibility/php-compatibility's changelog.

[9.3.1] - 2019-09-06

See all related issues and PRs in the [9.3.1 milestone].

Changed

Fixed

  • 🐛 PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder: false positive when an array item in the second parameter contained a ternary. #891. Fixes #890
  • 🐛 PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder: will now take array casts into account when determining which parameter is $pieces. #891.
  • 🐛 PHPCompatibility.ParameterValues.RemovedImplodeFlexibleParamOrder: hardening of the logic to not examine the second parameter when the first is just and only a text string ($glue). #891.
Commits
  • 9999344 Merge pull request #902 from PHPCompatibility/develop
  • 739086c Merge pull request #901 from PHPCompatibility/feature/changelog-9.3.1
  • 37ad1b4 Changelog for PHPCompatibility 9.3.1
  • 7421124 Merge pull request #893 from PHPCompatibility/feature/travis-allow-for-develo...
  • 3ff247e Merge pull request #891 from PHPCompatibility/feature/890-implode-order-bug
  • db5e306 RemovedImplodeFlexibleParamOrder: fix two bugs + one enhancement
  • d1a0162 Merge pull request #899 from PHPCompatibility/feature/docs-add-missing-const-...
  • 312b03c Merge pull request #900 from PHPCompatibility/feature/docs-fix-file-docblocks
  • 894ab94 Merge pull request #892 from PHPCompatibility/docs/fix-incorrect-property-var...
  • 7eb103e Merge pull request #895 from PHPCompatibility/feature/docs-fix-incorrect-retu...
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Sep 9, 2019
@codeclimate
Copy link

codeclimate bot commented Sep 9, 2019

Code Climate has analyzed commit c188135 and detected 0 issues on this pull request.

View more on Code Climate.

Copy link
Owner

@Remzi1993 Remzi1993 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.

@Remzi1993 Remzi1993 merged commit 964b35c into master Sep 9, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/composer/phpcompatibility/php-compatibility-9.3.1 branch September 9, 2019 10:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant