mirror of
https://github.com/danog/psalm.git
synced 2024-12-12 01:09:38 +01:00
missing return
This commit is contained in:
parent
ebef0de9b4
commit
06f497fca9
@ -17,5 +17,7 @@ class NodeCounterVisitor extends PhpParser\NodeVisitorAbstract
|
||||
public function enterNode(PhpParser\Node $node)
|
||||
{
|
||||
$this->count++;
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user