diff --git a/src/Psalm/Internal/Type/SimpleAssertionReconciler.php b/src/Psalm/Internal/Type/SimpleAssertionReconciler.php index e8a031355..d08e61561 100644 --- a/src/Psalm/Internal/Type/SimpleAssertionReconciler.php +++ b/src/Psalm/Internal/Type/SimpleAssertionReconciler.php @@ -2956,6 +2956,9 @@ class SimpleAssertionReconciler extends Reconciler return TypeCombiner::combine(array_values($matched_class_constant_types), $codebase); } + /** + * @param Reconciler::RECONCILIATION_* $failed_reconciliation + */ private static function reconcileValueOf( Codebase $codebase, TValueOf $assertion_type,