Skip to content

Commit 1dfd168

Browse files
authored
Fix psalm error (#76)
1 parent 0c41c96 commit 1dfd168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Renderer/HtmlRenderer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ private function renderTemplate(string $path, array $parameters): string
446446
ob_implicit_flush(false);
447447

448448
try {
449+
/** @psalm-suppress PossiblyNullFunctionCall */
449450
$renderer->bindTo($this)($path, $parameters);
450451
return ob_get_clean();
451452
} catch (Throwable $e) {

0 commit comments

Comments
 (0)