1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Remove blank line

This commit is contained in:
Matthew Brown 2018-04-08 10:26:04 -04:00
parent 797cab22f8
commit 3f4083eac8

View File

@ -597,7 +597,6 @@ class DependencyFinderVisitor extends PhpParser\NodeVisitorAbstract implements P
$function_id = strtolower($cased_function_id);
if ($this->codebase->register_global_functions) {
$storage = new FunctionLikeStorage();
$this->codebase->functions->addStubbedFunction($function_id, $storage);
} else {