Skip to content
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

Bump phpstan/phpstan from 0.11.9 to 0.11.12 #32

Merged
merged 1 commit into from
Jul 30, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 8, 2019

Bumps phpstan/phpstan from 0.11.9 to 0.11.12.

Release notes

Sourced from phpstan/phpstan's releases.

0.11.12

Fix inherited @return $this / @return static (56b3eb2a371b60537fd20794e24af9e7e8ed4e30), #1648, #2278

0.11.11

Fixed when the tip of the day about inferrable private property type is showed (5c7d4474d0d3a50d818a903d4929fb497ababd28), #2276

0.11.10

Improvements

  • Infer private property type from constructor (opt-in) (6771e622ad93f0aff16a100547811e1e50781acb) - turn on with inferPrivatePropertyTypeFromConstructor: true
  • Handle @inheritdoc without curly braces (#2054), thanks @​daniel-iwaniec!
  • Introducing 💡 Tips of the Day (0e3914e9932025affb817f6a13504b068d3338f0). Can be turned off with tipsOfTheDay: false.

Bugfixes

  • Fix the incosistency between Type::isSubtypeOf() and accepts() by introducing isAcceptedBy() (08e028821533c803adee20fbf9a6abc719628902), #2230, #2267
Commits
  • 56b3eb2 Fix inherited return $this / return static
  • 5c7d447 Fixed tip of the day - don't show if already enabled
  • d5eb89b Refactor ObjectTypeTest::testAccepts()
  • 3b86479 Tip of the day about inferrable property - use current config file name
  • 0e3914e 💡 Tips of the Day
  • 5e395e4 Escaped regex just to be sure
  • 4e30411 handle inheritdoc without curly braces
  • 08e0288 Fix the incosistency between Type::isSubtypeOf() and accepts() by introducing...
  • ab42789 Make inferring private properties types from constructor work in integration ...
  • a120aeb Inferring private property type - test other expression than variable
  • See full diff 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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 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 the .dependabot/config.yml file in this repo:

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

@localheinz
Copy link
Member

@dependabot recreate

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.11.9 to 0.11.12.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](phpstan/phpstan@0.11.9...0.11.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@localheinz localheinz force-pushed the dependabot/composer/phpstan/phpstan-0.11.12 branch from f616748 to daadc88 Compare July 30, 2019 07:00
@localheinz localheinz merged commit 172ff40 into master Jul 30, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/composer/phpstan/phpstan-0.11.12 branch July 30, 2019 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant