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

Update phpstan/phpstan requirement from 0.12.42 to 0.12.81 #96

Merged
merged 3 commits into from
Mar 22, 2021

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on phpstan/phpstan to permit the latest version.

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 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 dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 9, 2021
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](phpstan/phpstan@0.12.42...0.12.81)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/phpstan/phpstan-0.12.81 branch from d1a038f to 86197af Compare March 17, 2021 04:29
@codecov
Copy link

codecov bot commented Mar 18, 2021

Codecov Report

Merging #96 (5a00e1c) into master (8522a24) will not change coverage.
The diff coverage is n/a.

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

@@            Coverage Diff            @@
##             master      #96   +/-   ##
=========================================
  Coverage     46.06%   46.06%           
  Complexity      214      214           
=========================================
  Files             6        6           
  Lines           432      432           
=========================================
  Hits            199      199           
  Misses          233      233           

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 8522a24...7588ab2. Read the comment docs.

github-actions[bot]
github-actions bot previously approved these changes Mar 18, 2021
@jaydiablo jaydiablo requested a review from a team March 18, 2021 17:31
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 19, 2021

A newer version of phpstan/phpstan exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@jaydiablo jaydiablo merged commit 92132df into master Mar 22, 2021
@dependabot dependabot bot deleted the dependabot/composer/phpstan/phpstan-0.12.81 branch March 22, 2021 16:12
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant