@@ -21,7 +21,7 @@ |
||
| 21 | 21 | * @param bool $mbSupport |
| 22 | 22 | * Turn multi byte support on or off |
| 23 | 23 | * |
| 24 | - * @return Document |
|
| 24 | + * @return \Sabberworm\CSS\CSSList\Document |
|
| 25 | 25 | * A parsed CSS document object |
| 26 | 26 | */ |
| 27 | 27 | public static function build($file, $mbSupport = false) { |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | * A local file path or remote url |
| 20 | 20 | * |
| 21 | 21 | * @return |
| 22 | - * A Dom object with the HTML parsed |
|
| 22 | + PurgeHtmlCrawler A Dom object with the HTML parsed |
|
| 23 | 23 | */ |
| 24 | 24 | public static function build($file) { |
| 25 | 25 | |