maphy-psd/dokuwiki-plugin-date

syntax.php on line 314 - PHP 7

Closed this issue · 2 comments

Keep getting this error:

Warning: Declaration of syntax_plugin_date::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in D:\Apache\htdocs\wiki\lib\plugins\date\syntax.php on line 314

Warning: Declaration of syntax_plugin_date::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in D:\Apache\htdocs\wiki\lib\plugins\date\syntax.php on line 314

First check: There is a pull request for that problem #1

I will check this pull request and merge it on the weekend.

fix by 3599cfd - close