Skip to content

Commit 82b4b46

Browse files
committed
tests: fixed compatibility with PHP 7.2
1 parent 16b1801 commit 82b4b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Bridges.Latte/TemplateFactory.customTemplate.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class TemplateMock extends Template
2121
private $file = 'ko';
2222

2323

24-
public function render(): void
24+
public function render($file = null, array $params = []): void
2525
{
2626
echo strrev($this->file);
2727
}

0 commit comments

Comments
 (0)