matzekuh / dokuwiki-plugin-doodle3toolbar

Dokuwiki action plugin to provide a editor toolbar button for the doodle3 plugin
GNU General Public License v2.0
0 stars 2 forks source link

matzekuh patch php7 #1

Closed matzekuh closed 8 years ago

matzekuh 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.