diff --git a/src/Psalm/Type/Reconciler.php b/src/Psalm/Type/Reconciler.php index b766b66f12b..6ec65f2967c 100644 --- a/src/Psalm/Type/Reconciler.php +++ b/src/Psalm/Type/Reconciler.php @@ -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);