@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | } |
| 142 | 142 | |
| 143 | 143 | /** |
| 144 | - * @param $text |
|
| 144 | + * @param string $text |
|
| 145 | 145 | */ |
| 146 | 146 | public function wlAnnonce($text) |
| 147 | 147 | { |
@@ -149,7 +149,7 @@ discard block |
||
| 149 | 149 | } |
| 150 | 150 | |
| 151 | 151 | /** |
| 152 | - * @param $text |
|
| 152 | + * @param string $text |
|
| 153 | 153 | */ |
| 154 | 154 | public function wlDone($text) |
| 155 | 155 | { |
@@ -157,7 +157,7 @@ discard block |
||
| 157 | 157 | } |
| 158 | 158 | |
| 159 | 159 | /** |
| 160 | - * @param $text |
|
| 160 | + * @param string $text |
|
| 161 | 161 | */ |
| 162 | 162 | public function wlAlert($text) |
| 163 | 163 | { |
@@ -165,7 +165,7 @@ discard block |
||
| 165 | 165 | } |
| 166 | 166 | |
| 167 | 167 | /** |
| 168 | - * @param $text |
|
| 168 | + * @param string $text |
|
| 169 | 169 | */ |
| 170 | 170 | public function wlError($text) |
| 171 | 171 | { |