Skip to content

Commit f9ab71e

Browse files
committed
Fix some phpstan errors
1 parent d7aac28 commit f9ab71e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Parser/Tag/RegexTagParser.php

-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ public function __construct(
3636
* - "@tag With\TypeName $andVariableName And description"
3737
* - etc...
3838
*
39-
* @phpstan-pure
40-
*
41-
* @psalm-pure
42-
*
4339
* @throws InvalidTagNameException
4440
*/
4541
private function getTagName(string $content): string

0 commit comments

Comments
 (0)