Skip to content

Commit

Permalink
remove declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Jun 7, 2023
1 parent 8a56393 commit 76dc1cb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public static function getFunctionReturnType(FunctionReturnTypeProviderEvent $ev
// check if we have enough/too many arguments and a valid format
$initial_result = null;
while (count($dummy) > -1) {
$result = null;
try {
// before PHP 8, an uncatchable Warning is thrown if too few arguments are passed
// which is ignored and handled below instead
Expand Down

0 comments on commit 76dc1cb

Please sign in to comment.