Skip to content

Commit

Permalink
Suppress irrelevant Psalm issue
Browse files Browse the repository at this point in the history
We're not defining this property to use it, we're defining it to
suppress PHP deprecation warning
  • Loading branch information
weirdan committed Dec 10, 2022
1 parent 94003a3 commit d19759c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Psalm/Internal/LanguageServer/LanguageServer.php
Expand Up @@ -111,6 +111,7 @@ class LanguageServer extends Dispatcher

/**
* This should actually be a private property on `parent`
* @psalm-suppress UnusedProperty
* @var JsonMapper
*/
protected $mapper;
Expand Down

0 comments on commit d19759c

Please sign in to comment.