GreenItSolutions / dokuwiki-plugin-switchpanel

Visual representation of the network switch schemes
13 stars 7 forks source link

PHP7 compliance #5

Closed vlec-be closed 6 years ago

vlec-be commented 8 years ago

Hi,

Seems that the plugin is not PHP7 compliant. Ex : Warning: Declaration of syntax_plugin_switchpanel::render($mode, &$renderer, $opt) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in C:\xampp\htdocs\wiki\lib\plugins\switchpanel\syntax.php on line 432

Thank you

arnaud-sk commented 7 years ago

I have same problem with php7 :

Warning: Declaration of action_plugin_switchpanel::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in \xampp\htdocs\lib\plugins**switchpanel\action.php on line 208**

Warning: Declaration of syntax_plugin_switchpanel::render($mode, &$renderer, $opt) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in \xampp\htdocs\lib\plugins**switchpanel\syntax.php on line 466**

lpaulsen93 commented 6 years ago

PRs #3 and #23 would fix this problem.