mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix typo
This commit is contained in:
parent
cf6dedc11d
commit
817db55140
@ -3579,7 +3579,7 @@ class AssertionFinder
|
|||||||
$is_a_prefix = $third_arg_value === 'true' ? 'isa-string-' : 'isa-';
|
$is_a_prefix = $third_arg_value === 'true' ? 'isa-string-' : 'isa-';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @psalm-suppress RedundantConditionGivenDocblockTypes due to Psalm bug
|
* @psalm-suppress RedundantConditionGivenDocblockType due to Psalm bug
|
||||||
*/
|
*/
|
||||||
if ($first_arg
|
if ($first_arg
|
||||||
&& ($first_arg_type = $source->node_data->getType($first_arg))
|
&& ($first_arg_type = $source->node_data->getType($first_arg))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user