We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c684505 commit 30d20e6Copy full SHA for 30d20e6
src/Rules/FunctionCallParametersCheck.php
@@ -53,15 +53,14 @@ public function __construct(
53
}
54
55
/**
56
- * @param Node\Expr\FuncCall|Node\Expr\MethodCall|Node\Expr\StaticCall|Node\Expr\New_ $funcCall
57
* @param 'attribute'|'callable'|'method'|'staticMethod'|'function'|'new' $nodeType
58
* @return list<IdentifierRuleError>
59
*/
60
public function check(
61
ParametersAcceptor $parametersAcceptor,
62
Scope $scope,
63
bool $isBuiltin,
64
- $funcCall,
+ Node\Expr\FuncCall|Node\Expr\MethodCall|Node\Expr\StaticCall|Node\Expr\New_ $funcCall,
65
string $nodeType,
66
TrinaryLogic $acceptsNamedArguments,
67
string $singleInsufficientParameterMessage,
0 commit comments