Update PHPStan version #197
Annotations
10 errors and 1 warning
PHPStan:
src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L60
Method PHPStan\Rules\Deprecations\AccessDeprecatedPropertyRule::processNode() should return list<PHPStan\Rules\IdentifierRuleError> but returns array{non-falsy-string}.
|
PHPStan:
src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L67
Method PHPStan\Rules\Deprecations\AccessDeprecatedPropertyRule::processNode() should return list<PHPStan\Rules\IdentifierRuleError> but returns array{non-falsy-string}.
|
PHPStan:
src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L91
Method PHPStan\Rules\Deprecations\AccessDeprecatedStaticPropertyRule::processNode() should return list<PHPStan\Rules\IdentifierRuleError> but returns array{non-falsy-string}.
|
PHPStan:
src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L98
Method PHPStan\Rules\Deprecations\AccessDeprecatedStaticPropertyRule::processNode() should return list<PHPStan\Rules\IdentifierRuleError> but returns array{non-falsy-string}.
|
PHPStan:
src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L57
Method PHPStan\Rules\Deprecations\CallToDeprecatedFunctionRule::processNode() should return list<PHPStan\Rules\IdentifierRuleError> but returns array{non-falsy-string}.
|
PHPStan:
src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L63
Method PHPStan\Rules\Deprecations\CallToDeprecatedFunctionRule::processNode() should return list<PHPStan\Rules\IdentifierRuleError> but returns array{non-falsy-string}.
|
PHPStan:
src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L63
Method PHPStan\Rules\Deprecations\CallToDeprecatedMethodRule::processNode() should return list<PHPStan\Rules\IdentifierRuleError> but returns array{non-falsy-string}.
|
PHPStan:
src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L70
Method PHPStan\Rules\Deprecations\CallToDeprecatedMethodRule::processNode() should return list<PHPStan\Rules\IdentifierRuleError> but returns array{non-falsy-string}.
|
PHPStan:
src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L129
Method PHPStan\Rules\Deprecations\CallToDeprecatedStaticMethodRule::processNode() should return list<PHPStan\Rules\IdentifierRuleError> but returns list<non-falsy-string>.
|
PHPStan:
src/Rules/Deprecations/FetchingClassConstOfDeprecatedClassRule.php#L136
Method PHPStan\Rules\Deprecations\FetchingClassConstOfDeprecatedClassRule::processNode() should return list<PHPStan\Rules\IdentifierRuleError> but returns list<non-falsy-string>.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading