Skip to content

Commit

Permalink
Fix unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Jul 24, 2023
1 parent e1a30a2 commit 4a0a12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/LanguageServer/LanguageServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ public function __isset(string $prop_name): bool
}

/** @return static */
public function __get(string $prop_name): self
public function __get(string $_prop_name): self
{
return $this;
}
Expand Down

0 comments on commit 4a0a12d

Please sign in to comment.