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