sjlevine / dokuwiki-alertbox

Bootstrap style alert boxes for DokuWiki
1 stars 2 forks source link

Adjust method signatures to match parent #5

Open splitbrain opened 8 years ago

splitbrain commented 8 years ago

Starting with PHP 7, classes that overide methods from their parent have to match their parent's method signature regarding type hints. Otherwise PHP will throw an error.

Your plugin seems not to match DokuWiki's method signatures causing it to fail under PHP7. This patch tries to fix that.

Please note that this patch and the resulting pull request were created using an automated tool. Something might have gone, wrong so please carefully check before merging.

If you think the code submitted is wrong, please feel free to close this PR and excuse the mess.

gimli2 commented 1 year ago

Please accept this PR, to make this plugin compatible out of box with current versions of dokuwiki through installation from plugin manager. Manual changes of two lines are annoying.