Skip to content

Bump phpstan/phpstan from 0.11.5 to 0.11.6 #44

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

Merged
merged 1 commit into from
May 13, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps phpstan/phpstan from 0.11.5 to 0.11.6.

Release notes

Sourced from phpstan/phpstan's releases.

0.11.6

Improvements

  • sprintf() dynamic return type extension (664215a1d5bb6d33ee97312a6ed325c8c78835c2)
  • InvalidThrowsPhpDocValueRule: allow @throws void phpDoc (#2066), thanks @​pepakriz!
  • Define $container variable with DI container for autoload_files and bootstrap (4824bba6064e16053f22c19dab8b51d4e6bbf0d7)
  • PHPStan will always exit immediately when issued SIGINT (Ctrl-C) signal (#2051), thanks @​slt!
  • Checkstyle error formatter uses more deterministic relative path helper (a80456d799438185795cc93d76b61f32dc707121), #2019
  • Improve InstantiationRule so that it understands expressions with constant strings (#2091), thanks @​dmitrydymarchuk!
  • Allow phpDoc type hinting local static variables (#2098), thanks @​iluuu1994!
  • ObjectType::setOffsetValueType() looks into ArrayAccess::offsetSet() method definition (#1898), thanks @​adaamz!

Bleeding edge

See explanation in previous release notes.

  • Subtractable types - mixed, object and concrete class objects now understands if their subtype is being subtracted from them. So for example a prior check for null on mixed now makes PHPStan understand that the type does not contain null anymore. This is especially useful for parent and child classes. See examples.

Bugfixes

  • Fix Composer autoloading for phpstan-shim in global Composer installation and Docker image
  • Fixed %rootDir% in phpstan-shim (f17a5a56b5bcb84468477abcd4a1b8b75ad10867)
  • Fix array_fill analysis performance by falling back to ArrayType for large arrays (#2088), thanks @​dsech!
    * Fixed a couple of problems with anonymous classes (4b52556168b3d1faefb49aa6aa7b5fc90e6e31a1, 6b9a80ed8304ed77e8121f505287fc514994e95e), #1839
  • Fix ternary operator with error suppression (#2103), thanks @​iluuu1994!

Function signature fixes

Commits
  • 7af8b9d ArrayAccess checks and levels
  • 0cd81a9 Fixes
  • e607acf ArrayIterator::offsetSet accepts all the usual array key types as index
  • a6055e6 object::offsetSet looks into method definition
  • 8a8e408 Add missing reference prefix
  • 626844a Fix more signatures
  • 008f44a Fix signature of IntlDateFormatter::create().
  • 3464a78 Fixed return types of PDoStatement::fetchColumn and XMLWriter::openMemory
  • f67001b Update imap_thread signature to return false
  • 21fbbae ZipArchive::getFromIndex and ZipArchive::getNameIndex can return false
  • 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 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 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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.

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 13, 2019
@mergify mergify bot merged commit ccdc3aa into master May 13, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpstan/phpstan-0.11.6 branch May 13, 2019 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant