Skip to content

Commit 5b58f83

Browse files
committed
MethodTag - constructor parameter $templateTags is required
1 parent 61bb049 commit 5b58f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpDoc/Tag/MethodTag.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function __construct(
1919
private Type $returnType,
2020
private bool $isStatic,
2121
private array $parameters,
22-
private array $templateTags = [],
22+
private array $templateTags,
2323
)
2424
{
2525
}

0 commit comments

Comments
 (0)