Skip to content

Commit

Permalink
MethodTag - constructor parameter $templateTags is required
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 14, 2024
1 parent 61bb049 commit 5b58f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpDoc/Tag/MethodTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct(
private Type $returnType,
private bool $isStatic,
private array $parameters,
private array $templateTags = [],
private array $templateTags,
)
{
}
Expand Down

0 comments on commit 5b58f83

Please sign in to comment.