Add missing @deprecated tag

This commit is contained in:
Fabien Potencier
2025-02-28 09:01:15 +01:00
parent c0db761477
commit 76b86aa9da
+2
View File
@@ -312,6 +312,8 @@ abstract class Template
/**
* @param string|TemplateWrapper|array<string|TemplateWrapper> $template
*
* @deprecated since 3.21 and will be removed in 4.0. Use Template::load() instead.
*/
protected function loadTemplate($template, $templateName = null, int|null $line = null, int|null $index = null): self|TemplateWrapper
{