Completed
Push — psr2 ( 5c2aad...ffc2cc )
by Andreas
16:24 queued 12:04
created
inc/parser/metadata.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -408,7 +408,7 @@  discard block
 block discarded – undo
408 408
      * keep track of internal links in $this->meta['relation']['references']
409 409
      *
410 410
      * @param string            $id   page ID to link to. eg. 'wiki:syntax'
411
-     * @param string|array|null $name name for the link, array for media file
411
+     * @param string $name name for the link, array for media file
412 412
      */
413 413
     public function internallink($id, $name = null) {
414 414
         global $ID;
@@ -579,7 +579,7 @@  discard block
 block discarded – undo
579 579
      *
580 580
      * @param string $name
581 581
      *
582
-     * @return mixed|string
582
+     * @return string
583 583
      */
584 584
     public function _simpleTitle($name) {
585 585
         global $conf;
Please login to merge, or discard this patch.
inc/parser/handler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -39,6 +39,9 @@
 block discarded – undo
39 39
         $this->CallWriter->writeCall($call);
40 40
     }
41 41
 
42
+    /**
43
+     * @param integer $pos
44
+     */
42 45
     function addPluginCall($plugin, $args, $state, $pos, $match) {
43 46
         $call = array('plugin',array($plugin, $args, $state, $match), $pos);
44 47
         $this->CallWriter->writeCall($call);
Please login to merge, or discard this patch.