@@ -96,8 +96,8 @@ discard block |
||
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 |
||
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) |