Completed
Push — cli ( eb8d78 )
by Andreas
03:57
created
inc/PluginTrait.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -39,6 +39,7 @@  discard block
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * @see DokuWiki_PluginInterface::loadHelper()
42
+     * @param string $name
42 43
      */
43 44
     public function loadHelper($name, $msg = true) {
44 45
         $obj = plugin_load('helper', $name);
@@ -86,6 +87,7 @@  discard block
 block discarded – undo
86 87
 
87 88
     /**
88 89
      * @see DokuWiki_PluginInterface::locale_xhtml()
90
+     * @param string $id
89 91
      */
90 92
     public function locale_xhtml($id) {
91 93
         return p_cached_output($this->localFN($id));
Please login to merge, or discard this patch.