@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | * |
68 | 68 | * @param $data |
69 | 69 | * @param null|array $options |
70 | - * @return bool|mixed|string |
|
70 | + * @return string|false |
|
71 | 71 | */ |
72 | 72 | private function htmlCompress($data, $options = null) |
73 | 73 | { |
@@ -148,7 +148,7 @@ discard block |
||
148 | 148 | } |
149 | 149 | |
150 | 150 | /** |
151 | - * @param $line |
|
151 | + * @param string $line |
|
152 | 152 | * @return array |
153 | 153 | * @codeCoverageIgnore |
154 | 154 | */ |
@@ -165,7 +165,7 @@ discard block |
||
165 | 165 | } |
166 | 166 | |
167 | 167 | /** |
168 | - * @param $line |
|
168 | + * @param string $line |
|
169 | 169 | * @return array |
170 | 170 | * @codeCoverageIgnore |
171 | 171 | */ |
@@ -184,7 +184,7 @@ discard block |
||
184 | 184 | /** |
185 | 185 | * Returns the next line from an open file handle or a string |
186 | 186 | * @param $data |
187 | - * @return bool|string |
|
187 | + * @return string|false |
|
188 | 188 | * @codeCoverageIgnore |
189 | 189 | */ |
190 | 190 | private function getLine(&$data) |
@@ -211,7 +211,7 @@ discard block |
||
211 | 211 | /** |
212 | 212 | * @param $data |
213 | 213 | * @param null|array $options |
214 | - * @return bool|mixed|string |
|
214 | + * @return string|false |
|
215 | 215 | * @deprecated |
216 | 216 | * @codeCoverageIgnore |
217 | 217 | */ |
@@ -225,7 +225,7 @@ discard block |
||
225 | 225 | /** |
226 | 226 | * Returns the next line from an open file handle or a string |
227 | 227 | * @param $data |
228 | - * @return bool|string |
|
228 | + * @return string|false |
|
229 | 229 | * @deprecated |
230 | 230 | * @codeCoverageIgnore |
231 | 231 | */ |
@@ -255,7 +255,6 @@ |
||
255 | 255 | |
256 | 256 | /** |
257 | 257 | * If the <link> tag has a media="type" attribute, wrap the content in an equivalent media query |
258 | - * @param string $tag_html HTML of the link tag |
|
259 | 258 | * @param string $content CSS content |
260 | 259 | * @return string $content CSS content wrapped with media query, if applicable |
261 | 260 | */ |