We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$templateTags
1 parent 61bb049 commit 5b58f83Copy full SHA for 5b58f83
src/PhpDoc/Tag/MethodTag.php
@@ -19,7 +19,7 @@ public function __construct(
19
private Type $returnType,
20
private bool $isStatic,
21
private array $parameters,
22
- private array $templateTags = [],
+ private array $templateTags,
23
)
24
{
25
}
0 commit comments