diff --git a/src/Render/Context.php b/src/Render/Context.php index 347419b..0090e8f 100644 --- a/src/Render/Context.php +++ b/src/Render/Context.php @@ -355,7 +355,7 @@ public function newIsolatedSubContext(?string $templateName): Context /** * @template TResult * - * @param string[] $tags + * @param string[] $tags * @param Closure(Context $context): TResult $closure * @return TResult */