Skip to content

Update dependency phpstan/phpstan to v1.7.0#119

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/phpstan
May 24, 2022
Merged

Update dependency phpstan/phpstan to v1.7.0#119
renovate[bot] merged 1 commit into
masterfrom
renovate/phpstan

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented May 24, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
phpstan/phpstan require-dev minor 1.6.9 -> 1.7.0

Release Notes

phpstan/phpstan

v1.7.0

Compare Source

This release closes 25 issues! 🥳

Major new features 🚀

Bleeding edge 🔪

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. Learn more

Improvements 🔧

  • Allow setting error format in configuration file (#​841), thanks @​ruudk!
  • Deprecated PHPStan\Type\ConstantTypeHelper::getTypeFromValue(). Instead of going from runtime value -> PHPStan type, use PHPStan\Reflection\InitializerExprTypeResolver::getType() to go from Expr -> PHPStan type. In case you have Scope available, use Scope::getType().
  • Read default values from php-8-stubs and jetbrains/phpstorm-stubs (phpstan/phpstan-src@7ce177e)
  • Normalize named arguments when calling extensions (#​1301, #​1313), #​5866, thanks @​staabm!
  • implement str-case functions return type extension (#​1325), thanks @​staabm!
  • ClearResultCacheCommand: allow --debug flag (phpstan/phpstan-src@5f5b96d)

Bugfixes 🐛

Function signature fixes 🤖


Configuration

📅 Schedule: "before 4am every weekday" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate Bot added the maintenance Housekeeping label May 24, 2022
@renovate renovate Bot merged commit 7a87596 into master May 24, 2022
@renovate renovate Bot deleted the renovate/phpstan branch May 24, 2022 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Housekeeping

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant