An error occurred while fetching this tab.
chore(deps): update dependency phpstan/phpstan to v0.12.92 - autoclosed
- Jul 11, 2021
-
-
Renovate Bot authored
-
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
0.12.91 -> 0.12.92
|
v0.12.92
non-empty-string
type (https://github.com/phpstan/phpstan-src/commit/6ef5e91effcbc5c5b3f49cd2cf423d67044b8941), #4711, #3981
checkPhpDocMissingReturn: false
more strict (https://github.com/phpstan/phpstan-src/commit/26560811765f0a93462180526b552834966c161b)nikic/php-parser
to work on PHP 8.1 again (https://github.com/phpstan/phpstan-src/commit/0f8ead706ba4b514e4a511c743645c065f52f195), #5263
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
!empty()
leads to non-empty-string
(https://github.com/phpstan/phpstan-src/commit/790a83849468a0bc9eac43cb1b9594032653e342), #5258
ClassReflection::getInterfaces()
(https://github.com/phpstan/phpstan-src/commit/cd02bf86a65cfe87be22ad59c35bde25b82ab700), #4854
explode()
always returns non-empty-array
(https://github.com/phpstan/phpstan-src/commit/25260db5d6c9873f10e84ab6741bda56221ce21e)sscanf()
signature (#567), thanks @fluffycondor!This MR has been generated by Renovate Bot.