Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Oct 25, 2021
1 parent 20b7396 commit 607bfd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Psalm/Internal/Type/TypeCombiner.php
Expand Up @@ -178,8 +178,7 @@ public static function combine(
&& (isset($combination->named_object_types['Traversable'])
|| isset($combination->builtin_type_params['Traversable']))
&& (
$codebase
|| isset($combination->builtin_type_params['Traversable'])
isset($combination->builtin_type_params['Traversable'])
|| (isset($combination->named_object_types['Traversable'])
&& $combination->named_object_types['Traversable']->from_docblock)
)
Expand Down

0 comments on commit 607bfd7

Please sign in to comment.