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.48 to 0.12.81 #78

Merged
merged 3 commits into from
Mar 22, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 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)
  • Docker - support ARM architecture (phpstan/phpstan#4663)

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 17, 2021
jaydiablo
jaydiablo previously approved these changes Mar 17, 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.48...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 a4fc078 to e24495e Compare March 17, 2021 04:41
@codecov
Copy link

codecov bot commented Mar 17, 2021

Codecov Report

Merging #78 (63e1b06) into master (6c033ad) will decrease coverage by 0.49%.
The diff coverage is 20.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #78      +/-   ##
============================================
- Coverage     65.64%   65.15%   -0.50%     
- Complexity      216      218       +2     
============================================
  Files            11       11              
  Lines           524      528       +4     
============================================
  Hits            344      344              
- Misses          180      184       +4     
Impacted Files Coverage Δ Complexity Δ
src/Zend/Crypt.php 0.00% <0.00%> (ø) 16.00 <0.00> (+1.00)
src/Zend/Crypt/Hmac.php 50.00% <0.00%> (-2.95%) 20.00 <0.00> (+1.00) ⬇️
src/Zend/Crypt/Rsa.php 84.50% <ø> (ø) 48.00 <0.00> (ø)
src/Zend/Crypt/Math/BigInteger/Bcmath.php 77.77% <100.00%> (ø) 18.00 <0.00> (ø)

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 6c033ad...63e1b06. Read the comment docs.

github-actions[bot]
github-actions bot previously approved these changes Mar 17, 2021
@jaydiablo jaydiablo requested a review from a team March 17, 2021 16:12
@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 2efff2d into master Mar 22, 2021
@dependabot dependabot bot deleted the dependabot/composer/phpstan/phpstan-0.12.81 branch March 22, 2021 16:02
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