Skip to content

Commit 4937527

Browse files
committed
FunctionCallParametersCheck - parameters $nodeType and $acceptsNamedArguments made required
1 parent 8bfbf8f commit 4937527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Rules/FunctionCallParametersCheck.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public function check(
6363
bool $isBuiltin,
6464
$funcCall,
6565
array $messages,
66-
string $nodeType = 'function',
67-
bool $acceptsNamedArguments = true,
66+
string $nodeType,
67+
bool $acceptsNamedArguments,
6868
): array
6969
{
7070
$functionParametersMinCount = 0;

0 commit comments

Comments
 (0)