diff options
author | Andreas Gohr <andi@splitbrain.org> | 2018-04-27 21:02:25 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2018-04-27 21:02:25 +0200 |
commit | 42c2870a34a345aabdf35fb49fa8aa0b54fde2b2 (patch) | |
tree | 3c569fa74598b20184a0169188c2e8a8bb0820be /lib/plugins/remote.php | |
parent | 3dc2d50c5fda9c4bf708ff4c26e266ba239af62c (diff) | |
download | dokuwiki-42c2870a34a345aabdf35fb49fa8aa0b54fde2b2.tar.gz dokuwiki-42c2870a34a345aabdf35fb49fa8aa0b54fde2b2.zip |
plugin prototype adjustments
They are now proper abstract classes
Diffstat (limited to 'lib/plugins/remote.php')
-rw-r--r-- | lib/plugins/remote.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/remote.php b/lib/plugins/remote.php index c2253dbd5..7d3d292d0 100644 --- a/lib/plugins/remote.php +++ b/lib/plugins/remote.php @@ -21,6 +21,7 @@ abstract class DokuWiki_Remote_Plugin extends DokuWiki_Plugin { * with an underscore are skipped. * * @return array Information about all provided methods. {@see RemoteAPI}. + * @throws ReflectionException */ public function _getMethods() { $result = array(); |