Completed
Push — 2.2 ( 3fc3e6 )
by David
01:37
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/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.