Completed
Push — develop ( 4212ab...cf2ef3 )
by Jaap
11:30 queued 04:31
created
src/phpDocumentor/Partials/Partial.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     protected $parser = null;
42 42
 
43 43
     /**
44
-     * @return mixed
44
+     * @return string
45 45
      */
46 46
     public function getContent()
47 47
     {
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     }
50 50
 
51 51
     /**
52
-     * @return mixed
52
+     * @return string
53 53
      */
54 54
     public function getLink()
55 55
     {
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-     * @return mixed
60
+     * @return string
61 61
      */
62 62
     public function getName()
63 63
     {
Please login to merge, or discard this patch.