mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Uncomment erroneously-commented return
This commit is contained in:
parent
f00a53efd5
commit
affaa5ea85
@ -1325,7 +1325,7 @@ class ArgumentsAnalyzer
|
|||||||
// fall through
|
// fall through
|
||||||
}
|
}
|
||||||
|
|
||||||
//return null;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$has_packed_var && count($args) < count($function_params)) {
|
if (!$has_packed_var && count($args) < count($function_params)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user