Skip to content

Commit

Permalink
Revert "tmp test"
Browse files Browse the repository at this point in the history
This reverts commit 72de209.
  • Loading branch information
kkmuffme committed Dec 7, 2023
1 parent 72de209 commit e9cc69d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Psalm/Internal/Type/Comparator/ArrayTypeComparator.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public static function isContainedBy(

if ($container_type_part instanceof TKeyedArray
&& $input_type_part instanceof TArray
&& !($input_type_part instanceof TKeyedArray)
&& !$container_type_part->isNonEmpty()
&& !$container_type_part->isSealed()
&& $input_type_part->equals(
Expand Down

0 comments on commit e9cc69d

Please sign in to comment.