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 98c717a commit 0a74397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Psalm/Type/Reconciler.php
Expand Up @@ -1157,14 +1157,14 @@ private static function adjustTKeyedArrayType(
ksort($properties);
$base_atomic_type = $base_atomic_type->setProperties($properties);
} else {
//
/*$base_atomic_type = new TKeyedArray(
// This should actually be a paradox
$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 0a74397

Please sign in to comment.