Strict Standards PHP notice
Hello.
Working to resolve some problem with a plugin, I'm re-creating a "better" issue.
My PHP 5.6 install displays a "Strict Standards" PHP notice in admin panel. Not blocking but annoying. I can even "not display" these notices but I think it could be corrected ;)
Here are the messages : Strict Standards: Declaration of AdminPanelAction::prepare() should be compatible with Action::prepare(array $args = Array) in /home/XXX/social/lib/adminpanelaction.php on line 263
Strict Standards: Declaration of AdminPanelAction::handle() should be compatible with Action::handle() in /home/XXX/social/lib/adminpanelaction.php on line 263
Thanks again in advance :)