@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Mouf\Validator\MoufValidatorResult; |
| 7 | 7 | use Mouf\MoufManager; |
| 8 | 8 | use Mouf\Mvc\Splash\Controllers\Controller; |
| 9 | -use Mouf\Html\Utils\WebLibraryManager\WebLibraryInstaller; |
|
| 10 | 9 | use Mouf\Html\Utils\WebLibraryManager\ComponentInstaller\ComponentInstaller; |
| 11 | 10 | use Mouf\ClassProxy; |
| 12 | 11 | |
@@ -1,9 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Mouf\Html\Utils\WebLibraryManager; |
| 3 | 3 | use Mouf\Html\HtmlElement\HtmlFromFile; |
| 4 | - |
|
| 5 | 4 | use Mouf\Html\HtmlElement\HtmlString; |
| 6 | - |
|
| 7 | 5 | use Mouf\Html\HtmlElement\HtmlElementInterface; |
| 8 | 6 | use Mouf\Html\HtmlElement\Scopable; |
| 9 | 7 | use Mouf\Html\Utils\WebLibraryManager\WebLibraryInterface; |
@@ -111,7 +111,7 @@ |
||
| 111 | 111 | * <p>If you don't specify http:// or https:// and if the file does not start with /, the file is considered to be relative to ROOT_URL.</p> |
| 112 | 112 | * <div class="info">It is a good practice to make sure the file does not start with /, http:// or https:// (unless you are using a CDN).</div> |
| 113 | 113 | * |
| 114 | - * @param string $jsFile |
|
| 114 | + * @param string $cssFile |
|
| 115 | 115 | */ |
| 116 | 116 | public function addCssFile($cssFile) { |
| 117 | 117 | $this->cssFiles[] = $cssFile; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | namespace Mouf\Html\Utils\WebLibraryManager; |
| 3 | 3 | |
| 4 | 4 | use Mouf\MoufManager; |
| 5 | - |
|
| 6 | 5 | use Mouf\Html\HtmlElement\HtmlElementInterface; |
| 7 | 6 | |
| 8 | 7 | /** |