Skip to content

Commit

Permalink
Fix some phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Jun 29, 2024
1 parent d7aac28 commit f9ab71e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Parser/Tag/RegexTagParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9ab71e

Please sign in to comment.