Failed Conditions
Push — psr2 ( d44376...33361a )
by Andreas
03:08 queued 03:02
created
inc/parser/metadata.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -456,7 +456,7 @@  discard block
 block discarded – undo
456 456
      * keep track of internal links in $this->meta['relation']['references']
457 457
      *
458 458
      * @param string            $id   page ID to link to. eg. 'wiki:syntax'
459
-     * @param string|array|null $name name for the link, array for media file
459
+     * @param string $name name for the link, array for media file
460 460
      */
461 461
     public function internallink($id, $name = null)
462 462
     {
@@ -655,7 +655,7 @@  discard block
 block discarded – undo
655 655
      *
656 656
      * @param string $name
657 657
      *
658
-     * @return mixed|string
658
+     * @return string
659 659
      */
660 660
     public function _simpleTitle($name)
661 661
     {
Please login to merge, or discard this patch.