diff --git a/src/LogLevel.php b/src/LogLevel.php index 675f030..0810e69 100644 --- a/src/LogLevel.php +++ b/src/LogLevel.php @@ -20,11 +20,6 @@ public function getLevel(): int public function getName(): string { - /** - * This annotation can be removed when vimeo/psalm#7077 is resolved. - * - * @var non-empty-string - */ return $this->name; } }