pitbulk / dokuwiki-saml

GNU General Public License v2.0
2 stars 10 forks source link

warnings with Greebo update #6

Closed takuy closed 6 years ago

takuy commented 6 years ago

Warning: Declaration of action_plugin_authsaml::register(Doku_Event_Handler &$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /var/www/html/wiki/lib/plugins/authsaml/action.php on line 112

Warning: Declaration of auth_plugin_authsaml::trustExternal() should be compatible with DokuWiki_Auth_Plugin::trustExternal($user, $pass, $sticky = false) in /var/www/html/wiki/lib/plugins/authsaml/auth.php on line 20

Warning: Declaration of auth_plugin_authsaml::getUserData($user) should be compatible with DokuWiki_Auth_Plugin::getUserData($user, $requireGroups = true) in /var/www/html/wiki/lib/plugins/authsaml/auth.php on line 20

Can any changes be made to fix this?

takuy commented 6 years ago

I guess it's just the fact that the function signatures don't match...should be an easy enough fix.