1
0
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:
Matthew Brown 2021-01-05 17:49:17 -05:00 committed by Daniil Gentili
parent f00a53efd5
commit affaa5ea85
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -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)) {