@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | } |
141 | 141 | |
142 | 142 | /** |
143 | - * @param $text |
|
143 | + * @param string $text |
|
144 | 144 | */ |
145 | 145 | public function wlAnnonce($text) |
146 | 146 | { |
@@ -156,7 +156,7 @@ discard block |
||
156 | 156 | } |
157 | 157 | |
158 | 158 | /** |
159 | - * @param $text |
|
159 | + * @param string $text |
|
160 | 160 | */ |
161 | 161 | public function wlAlert($text) |
162 | 162 | { |
@@ -164,7 +164,7 @@ discard block |
||
164 | 164 | } |
165 | 165 | |
166 | 166 | /** |
167 | - * @param $text |
|
167 | + * @param string $text |
|
168 | 168 | */ |
169 | 169 | public function wlError($text) |
170 | 170 | { |
@@ -20,7 +20,7 @@ |
||
20 | 20 | class FilenameRecursiveTreeIterator extends RecursiveTreeIterator |
21 | 21 | { |
22 | 22 | /** |
23 | - * @return mixed |
|
23 | + * @return string |
|
24 | 24 | */ |
25 | 25 | public function current() |
26 | 26 | { |