Skip to content

Commit

Permalink
suppress false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Nov 18, 2023
1 parent fd2f876 commit 00bed51
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -959,6 +959,7 @@ public static function verifyType(
&& strpos($input_type_part->value, '::')
) {
$parts = explode('::', $input_type_part->value);
/** @psalm-suppress PossiblyUndefinedIntArrayOffset */
$potential_method_ids[] = new MethodIdentifier(
$parts[0],
strtolower($parts[1]),
Expand Down

0 comments on commit 00bed51

Please sign in to comment.