Skip to content

Commit 4d284d9

Browse files
committed
revert removal options parameter in view parser
1 parent f26d726 commit 4d284d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

system/View/Parser.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,11 @@ public function setData(array $data = [], string $context = null): RendererInter
258258
*
259259
* @param string $template
260260
* @param array $data
261+
* @param array $options Future options
261262
*
262263
* @return string
263264
*/
264-
protected function parse(string $template, array $data = []): string
265+
protected function parse(string $template, array $data = [], array $options = null): string
265266
{
266267
if ($template === '')
267268
{

0 commit comments

Comments
 (0)