mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
suppress false positive
This commit is contained in:
parent
fd2f876574
commit
00bed512af
@ -959,6 +959,7 @@ final class ArgumentAnalyzer
|
||||
&& strpos($input_type_part->value, '::')
|
||||
) {
|
||||
$parts = explode('::', $input_type_part->value);
|
||||
/** @psalm-suppress PossiblyUndefinedIntArrayOffset */
|
||||
$potential_method_ids[] = new MethodIdentifier(
|
||||
$parts[0],
|
||||
strtolower($parts[1]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user