Completed
Push — short-traces ( e2d26e )
by Erin
01:50
created
src/Reporter/AbstractBaseReporter.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -96,8 +96,8 @@  discard block
 block discarded – undo
96 96
      * Given a color name, colorize the provided text in that
97 97
      * color
98 98
      *
99
-     * @param $key
100
-     * @param $text
99
+     * @param string $key
100
+     * @param string $text
101 101
      * @return string
102 102
      */
103 103
     public function color($key, $text)
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     /**
118 118
      * Fetch a symbol by name
119 119
      *
120
-     * @param $name
120
+     * @param string $name
121 121
      * @return string
122 122
      */
123 123
     public function symbol($name)
Please login to merge, or discard this patch.