From f9ab71e1005c88273797afe80d7067daa1b44dfb Mon Sep 17 00:00:00 2001 From: Kirill Nesmeyanov Date: Sat, 29 Jun 2024 21:10:47 +0300 Subject: [PATCH] Fix some phpstan errors --- src/Parser/Tag/RegexTagParser.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Parser/Tag/RegexTagParser.php b/src/Parser/Tag/RegexTagParser.php index a2adb96..d8001fe 100644 --- a/src/Parser/Tag/RegexTagParser.php +++ b/src/Parser/Tag/RegexTagParser.php @@ -36,10 +36,6 @@ public function __construct( * - "@tag With\TypeName $andVariableName And description" * - etc... * - * @phpstan-pure - * - * @psalm-pure - * * @throws InvalidTagNameException */ private function getTagName(string $content): string