mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
qa: add proper parameter type-hint to suit psalm analysis
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
This commit is contained in:
parent
a6b646f0e3
commit
e985e8aadb
@ -2956,6 +2956,9 @@ class SimpleAssertionReconciler extends Reconciler
|
|||||||
return TypeCombiner::combine(array_values($matched_class_constant_types), $codebase);
|
return TypeCombiner::combine(array_values($matched_class_constant_types), $codebase);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param Reconciler::RECONCILIATION_* $failed_reconciliation
|
||||||
|
*/
|
||||||
private static function reconcileValueOf(
|
private static function reconcileValueOf(
|
||||||
Codebase $codebase,
|
Codebase $codebase,
|
||||||
TValueOf $assertion_type,
|
TValueOf $assertion_type,
|
||||||
|
Loading…
Reference in New Issue
Block a user