Require PHPStan 1.10.60 #234
Annotations
10 errors and 1 warning
PHPStan:
src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L52
Method PHPStan\Rules\BooleansInConditions\BooleanInBooleanAndRule::processNode() should return list<PHPStan\Rules\IdentifierRuleError> but returns array{}|array{0: non-falsy-string, 1?: non-falsy-string}.
|
PHPStan:
src/Rules/BooleansInConditions/BooleanInBooleanNotRule.php#L32
Return type (array<string>) of method PHPStan\Rules\BooleansInConditions\BooleanInBooleanNotRule::processNode() should be compatible with return type (list<PHPStan\Rules\IdentifierRuleError>) of method PHPStan\Rules\Rule<PhpParser\Node>::processNode()
|
PHPStan:
src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L52
Method PHPStan\Rules\BooleansInConditions\BooleanInBooleanOrRule::processNode() should return list<PHPStan\Rules\IdentifierRuleError> but returns array{}|array{0: non-falsy-string, 1?: non-falsy-string}.
|
PHPStan:
src/Rules/BooleansInConditions/BooleanInElseIfConditionRule.php#L32
Return type (array<string>) of method PHPStan\Rules\BooleansInConditions\BooleanInElseIfConditionRule::processNode() should be compatible with return type (list<PHPStan\Rules\IdentifierRuleError>) of method PHPStan\Rules\Rule<PhpParser\Node>::processNode()
|
PHPStan:
src/Rules/BooleansInConditions/BooleanInIfConditionRule.php#L32
Return type (array<string>) of method PHPStan\Rules\BooleansInConditions\BooleanInIfConditionRule::processNode() should be compatible with return type (list<PHPStan\Rules\IdentifierRuleError>) of method PHPStan\Rules\Rule<PhpParser\Node>::processNode()
|
PHPStan:
src/Rules/BooleansInConditions/BooleanInTernaryOperatorRule.php#L32
Return type (array<string>) of method PHPStan\Rules\BooleansInConditions\BooleanInTernaryOperatorRule::processNode() should be compatible with return type (list<PHPStan\Rules\IdentifierRuleError>) of method PHPStan\Rules\Rule<PhpParser\Node>::processNode()
|
PHPStan:
src/Rules/Cast/UselessCastRule.php#L36
Return type (array<PHPStan\Rules\RuleError>) of method PHPStan\Rules\Cast\UselessCastRule::processNode() should be covariant with return type (list<PHPStan\Rules\IdentifierRuleError>) of method PHPStan\Rules\Rule<PhpParser\Node>::processNode()
|
PHPStan:
src/Rules/Classes/RequireParentConstructCallRule.php#L29
Return type (array<string>) of method PHPStan\Rules\Classes\RequireParentConstructCallRule::processNode() should be compatible with return type (list<PHPStan\Rules\IdentifierRuleError>) of method PHPStan\Rules\Rule<PhpParser\Node>::processNode()
|
PHPStan:
src/Rules/DisallowedConstructs/DisallowedBacktickRule.php#L23
Return type (array<string>) of method PHPStan\Rules\DisallowedConstructs\DisallowedBacktickRule::processNode() should be compatible with return type (list<PHPStan\Rules\IdentifierRuleError>) of method PHPStan\Rules\Rule<PhpParser\Node>::processNode()
|
PHPStan:
src/Rules/DisallowedConstructs/DisallowedEmptyRule.php#L22
Return type (array<string>) of method PHPStan\Rules\DisallowedConstructs\DisallowedEmptyRule::processNode() should be compatible with return type (list<PHPStan\Rules\IdentifierRuleError>) of method PHPStan\Rules\Rule<PhpParser\Node>::processNode()
|
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/.
|
The logs for this run have expired and are no longer available.
Loading