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

Build(deps-dev): Bump phpstan/phpstan from 0.12.11 to 0.12.12 #198

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 1, 2020

Bumps phpstan/phpstan from 0.12.11 to 0.12.12.

Release notes

Sourced from phpstan/phpstan's releases.

0.12.12

Major new features 馃殌

Read more about this release at Medium.com!

Parallel analysis

PHPStan runs in multiple threads! This leads to huge performance gain roughly equivalent to the number of your CPU cores! This works on all operating systems and does not require any special PHP extension. This is enabled by default.

Result cache

PHPStan now analyses changed files only (since the last analysis) and the files depending on the changed files! This is enabled by default. Read more about it here.

Bleeding edge馃敧

  • Rule for checking null-coalescing ?? operator issues - levels 1 and 4 (#36), thanks @leongersen!
  • Rule for checking additional issues like always-defined/never-defined properties, array offsets etc. in isset() - level 4 (phpstan/phpstan-src@25b61d9)

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included.

Improvements 馃敡

Bugfixes 馃悰

Function signature fixes 馃

Commits
  • aa7877f PHPStan 0.12.12
  • 0936ecf Updated PHPStan to commit fcc00dc9655a7920549d53e12e6cf71bbc097685
  • 7d04db5 Updated PHPStan to commit d22e88fe9ea0552a6e315beb1fb4f0939d0db451
  • 68ca9e3 Updated PHPStan to commit 9088b84e1d59154ff8603e76dd6840e9e2db4dec
  • d4e057c Updated PHPStan to commit 9c56b393782a074b13d21d3d886eb2767f036884
  • 6e85005 Updated PHPStan to commit 0345d3c54ac270f53123f73dee23f0bc6b30293b
  • 8935e5b Updated PHPStan to commit 25b61d974f5ca1cb00d7d2be4dce750553787b87
  • c5251de Updated PHPStan to commit 70ee0a4dc6ca5d04e40679141b816a2d2266c51b
  • 5586e61 Updated PHPStan to commit aa14780e4215ab47339576ce1896b01a9177115d
  • dd74027 Updated PHPStan to commit 2003cda9c429b05d3610dbf98ef4f771a9304af2
  • 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 will merge this PR once CI passes on it, as requested by @ergebnis-bot.


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 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
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented Mar 1, 2020

Codecov Report

Merging #198 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #198   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity       41     41           
=======================================
  Files             4      4           
  Lines           159    159           
=======================================
  Hits            159    159

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 0eb2e43...baf57de. Read the comment docs.

@dependabot-preview dependabot-preview bot merged commit 3d9d302 into master Mar 1, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpstan/phpstan-0.12.12 branch March 1, 2020 22:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant