Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 5, 2022
1 parent d0be59e commit 5a44522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Type/Comparator/ObjectComparator.php
Expand Up @@ -62,7 +62,7 @@ public static function isShallowlyContainedBy(
foreach ($intersection_input_types as $input_type_key => $intersection_input_type) {
if ($allow_interface_equality
&& $container_type_is_interface
&& !isset($intersection_container_types[$input_type_key])
&& isset($intersection_container_types[$input_type_key])
) {
$any_inputs_contained = true;
} elseif (self::isIntersectionShallowlyContainedBy(
Expand Down

0 comments on commit 5a44522

Please sign in to comment.