Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps phpstan/phpstan from 0.12.7 to 0.12.9.

Release notes

Sourced from phpstan/phpstan's releases.

0.12.9

Major new features 🚀

Support for custom type aliases (phpstan/phpstan-src@3151160)

Type aliases (also known as typedef) are a popular feature in other languages like TypeScript or C++. Using the following configuration in phpstan.neon will allow you to reference these types in your PHPDocs:

parameters:
    typeAliases:
        Name: 'string'
        NameResolver: 'callable(): string'
        NameOrResolver: 'Name|NameResolver'

Several performance optimizations - you should see performance improvements between 10–20%:

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

  • zlib_decode() may return FALSE on corrupted data (#113), thanks @dktapps!
  • Fix ext-ds object diffing and merging (#95), thanks @simPod!
  • ext-ds stubs improvements (#126), thanks @enumag!
  • Correct Phar::decompress() return data type (#114), thanks @peter-gribanov!
  • added generic stub for SplFixedArray (#117), thanks @dktapps!

0.12.8

Improvements 🔧

... (truncated)
Commits
  • 297cb24 PHPStan 0.12.9
  • 08f1998 E2E test for project with react/promise and parallel run
  • 81cd8f4 Updated PHPStan to commit 252e81454a09917a690fe97b5f3d6a31457e157e
  • 288582b Updated PHPStan to commit 794c491159b50b7a8442cc032f61d21632b495bb
  • 013442e Updated PHPStan to commit e59bcf55e3aefbe4318eeec9f558c92f3ae2f5e5
  • d173f7e Fix build
  • 8bbb015 Autoloader bootstrap - save memory
  • 2b6ca1b Updated PHPStan to commit b84acd2e3eadf66189a64fdbc6dd18ff76323f67
  • 1f36c4b Updated PHPStan to commit 7fe02c9f177fbc33551a1bc6f575fd47305930d4
  • 3b3679a TMP - skip updating playground
  • 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)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 5, 2020
@codecov
Copy link

codecov bot commented Feb 5, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #19   +/-   ##
=========================================
  Coverage     72.41%   72.41%           
  Complexity       29       29           
=========================================
  Files             6        6           
  Lines            58       58           
=========================================
  Hits             42       42           
  Misses           16       16
Impacted Files Coverage Δ Complexity Δ
src/Resolver/CommandHandlerResolver.php 70% <0%> (ø) 10% <0%> (ø) ⬇️

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 7f06a51...c178eb6. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #20.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpstan/phpstan-0.12.9 branch February 13, 2020 05:27
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