mirror of
https://github.com/danog/psalm.git
synced 2024-12-03 18:17:55 +01:00
Remove commas for now
This commit is contained in:
parent
9e64375e25
commit
0a78b320da
@ -634,7 +634,7 @@ class AssertionReconciler extends Reconciler
|
||||
Codebase $codebase,
|
||||
array $template_type_map,
|
||||
bool &$has_local_match,
|
||||
bool &$any_scalar_type_match_found,
|
||||
bool &$any_scalar_type_match_found
|
||||
): ?Atomic {
|
||||
if ($existing_type_part instanceof TFloat
|
||||
&& $new_type_part instanceof TInt
|
||||
|
@ -662,7 +662,7 @@ abstract class Type
|
||||
Atomic $type_1_atomic,
|
||||
Atomic $type_2_atomic,
|
||||
Codebase $codebase,
|
||||
bool &$intersection_performed,
|
||||
bool &$intersection_performed
|
||||
): ?Atomic {
|
||||
$intersection_atomic = null;
|
||||
$wider_type = null;
|
||||
|
Loading…
Reference in New Issue
Block a user