mirror of
https://github.com/danog/psalm.git
synced 2024-12-12 01:09:38 +01:00
CS fix
This commit is contained in:
parent
f4fa1f7a1b
commit
a214b14388
@ -175,7 +175,7 @@ class SimpleNameResolver extends NodeVisitorAbstract
|
||||
*/
|
||||
private function resolveType(?Node $node): ?Node
|
||||
{
|
||||
if ($node instanceof Node\NullableType) {
|
||||
if ($node instanceof NullableType) {
|
||||
$node->type = $this->resolveType($node->type);
|
||||
|
||||
return $node;
|
||||
|
Loading…
Reference in New Issue
Block a user