We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfdb604 commit 72d02f8Copy full SHA for 72d02f8
src/Bridges/ApplicationLatte/TemplateFactory.php
@@ -37,8 +37,7 @@ public function __construct(
37
}
38
39
40
- /** @return Template */
41
- public function createTemplate(?UI\Control $control = null, ?string $class = null): UI\Template
+ public function createTemplate(?UI\Control $control = null, ?string $class = null): Template
42
{
43
$class ??= $this->templateClass;
44
if (!is_a($class, Template::class, allow_string: true)) {
0 commit comments