Completed
Push — 2.1 ( 77e5ee...3fc3e6 )
by Pierre
02:44
created
Html/Utils/WebLibraryManager/Components/ComponentsIntegrationController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Mouf/Html/Utils/WebLibraryManager/InlineWebLibrary.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,9 +1,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Mouf/Html/Utils/WebLibraryManager/WebLibrary.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Mouf/Html/Utils/WebLibraryManager/WebLibraryManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.