Skip to content

Commit

Permalink
qa: add proper parameter type-hint to suit psalm analysis
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Aug 25, 2023
1 parent a6b646f commit e985e8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Psalm/Internal/Type/SimpleAssertionReconciler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2956,6 +2956,9 @@ private static function reconcileClassConstant(
return TypeCombiner::combine(array_values($matched_class_constant_types), $codebase);
}

/**
* @param Reconciler::RECONCILIATION_* $failed_reconciliation
*/
private static function reconcileValueOf(
Codebase $codebase,
TValueOf $assertion_type,
Expand Down

0 comments on commit e985e8a

Please sign in to comment.