Skip to content

Commit

Permalink
FunctionCallParametersCheck - parameters $nodeType and `$acceptsNam…
Browse files Browse the repository at this point in the history
…edArguments` made required
  • Loading branch information
ondrejmirtes committed Sep 14, 2024
1 parent 8bfbf8f commit 4937527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Rules/FunctionCallParametersCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public function check(
bool $isBuiltin,
$funcCall,
array $messages,
string $nodeType = 'function',
bool $acceptsNamedArguments = true,
string $nodeType,
bool $acceptsNamedArguments,
): array
{
$functionParametersMinCount = 0;
Expand Down

0 comments on commit 4937527

Please # to comment.