Skip to content

Commit 4eec7c0

Browse files
committed
tests: fixed compatibility with PHP 7.2
1 parent 905bfc8 commit 4eec7c0

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)