Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Sep 25, 2021
1 parent f4fa1f7 commit a214b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/PhpVisitor/SimpleNameResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private function resolveSignature(PhpParser\NodeAbstract $node): void
*/
private function resolveType(?Node $node): ?Node
{
if ($node instanceof Node\NullableType) {
if ($node instanceof NullableType) {
$node->type = $this->resolveType($node->type);

return $node;
Expand Down

0 comments on commit a214b14

Please sign in to comment.