@@ -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) { |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | |
| 8 | 8 | use Sabberworm\CSS\Parser; |
| 9 | 9 | use Sabberworm\CSS\Settings; |
| 10 | -use Katten\Purge\Exceptions\UnableToReadInFileException; |
|
| 11 | 10 | |
| 12 | 11 | |
| 13 | 12 | class CssDocumentFactory extends FileFactory { |
@@ -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 | |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | |
| 7 | 7 | |
| 8 | 8 | use Katten\Purge\PurgeHtmlCrawler; |
| 9 | -use Katten\Purge\Exceptions\UnableToReadInFileException; |
|
| 10 | 9 | |
| 11 | 10 | |
| 12 | 11 | class DomFactory extends FileFactory { |