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

composer(deps-dev): bump phpstan/phpstan from 0.12.80 to 0.12.81 #710

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2021

Bumps phpstan/phpstan from 0.12.80 to 0.12.81.

Release notes

Sourced from phpstan/phpstan's releases.

0.12.81

Improvements 🔧

  • Support for running PHPStan without any arguments (phpstan/phpstan-src@469a8c3)
    • You can run PHPStan just by executing vendor/bin/phpstan, if you satisfy two conditions:
      • You have phpstan.neon (or phpstan.neon.dist) in your current working directory
      • This configuration file contains rule level parameter, and paths to analyse
  • Fix support for classes named after pseudotypes in PHPDocs (#365), thanks @​stof!
    • This means that existing classes with names like Resource or Never are now correctly recognized in PHPDocs and have priority over PHP's resource type and PHPStan's never pseudotype
  • Understand noreturn in PHPDoc as NeverType (phpstan/phpstan-src@bce31f0)

Bugfixes 🐛

Function signature fixes 🤖

  • Fixed incorrect return type for SplFileObject::fgetcsv() (#464), thanks @​TomAdam!
Commits
  • 0dd5b0e PHPStan 0.12.81
  • caf4f03 Updated PHPStan to commit ace100c545352a3d37caf508ba683b769ff2f4bb
  • 1a157fa Updated PHPStan to commit e68ca10bf5bf5fa72bc35de4800b0ea71f7f50b5
  • 4cd70cf Updated PHPStan to commit bce31f014da8302be403e40c76158a83d96a967a
  • 87dcf47 Updated PHPStan to commit 24c077f65964151dfc8228f93926a1a98f6423e4
  • cf3d387 Updated PHPStan to commit 0725f5a71113e399e077bf9ae038467e69c1e0bc
  • 9239a68 Updated PHPStan to commit 48aea56c5ed8fda80caf3d1dbaa8b9dd2c8fd301
  • 31a6374 Updated PHPStan to commit e4331afc4770ba155b4572b6f149121f08593a11
  • 0fce1eb Update command-line-usage.md
  • e522a5a Update result-cache.md
  • 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

@codecov
Copy link

codecov bot commented Mar 9, 2021

Codecov Report

Merging #710 (fb232a3) into main (36e8b4b) will not change coverage.
The diff coverage is n/a.

❗ Current head fb232a3 differs from pull request most recent head ef78484. Consider uploading reports for the commit ef78484 to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##               main     #710   +/-   ##
=========================================
  Coverage     83.96%   83.96%           
  Complexity       57       57           
=========================================
  Files             4        4           
  Lines           237      237           
=========================================
  Hits            199      199           
  Misses           38       38           

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 36e8b4b...ef78484. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/composer/phpstan/phpstan-0.12.81 branch from 77c16a1 to ef78484 Compare March 17, 2021 22:00
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2021

Superseded by #714.

@dependabot dependabot bot closed this Mar 22, 2021
@dependabot dependabot bot deleted the dependabot/composer/phpstan/phpstan-0.12.81 branch March 22, 2021 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants