Skip to content

Commit

Permalink
remove useless const
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jan 22, 2022
1 parent fee0b13 commit 7787b50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Psalm/Type/Atomic/TClassStringMap.php
Expand Up @@ -46,7 +46,6 @@ public function __construct(string $param_name, ?TNamedObject $as_type, Union $v

public function getId(bool $exact = true, bool $nested = false): string
{
/** @psalm-suppress MixedOperand */
return 'class-string-map'
. '<'
. $this->param_name
Expand Down Expand Up @@ -82,7 +81,6 @@ public function toNamespacedString(
);
}

/** @psalm-suppress MixedOperand */
return 'class-string-map'
. '<'
. $this->param_name
Expand Down

0 comments on commit 7787b50

Please sign in to comment.