Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 3, 2022
1 parent ed50c77 commit 98c717a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Psalm/Type/Reconciler.php
Expand Up @@ -1157,13 +1157,14 @@ private static function adjustTKeyedArrayType(
ksort($properties);
$base_atomic_type = $base_atomic_type->setProperties($properties);
} else {
$base_atomic_type = new TKeyedArray(
//
/*$base_atomic_type = new TKeyedArray(
$properties,
null,
$base_atomic_type->fallback_params,
false,
$base_atomic_type->from_docblock
);
);*/
}
} else {
$base_atomic_type = $base_atomic_type->setProperties($properties);
Expand Down

0 comments on commit 98c717a

Please sign in to comment.