Completed
Push — master ( 85f0a8...b535d8 )
by Jean-Christophe
9s
created
Ajax/bootstrap/html/base/PropertyWrapper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Ajax\bootstrap\html\base;
4 4
 
5 5
 use Ajax\service\JArray;
6
-use Ajax\service\AjaxCall;
7 6
 
8 7
 class PropertyWrapper {
9 8
 
Please login to merge, or discard this patch.
Ajax/bootstrap/html/HtmlModal.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Phalcon\Mvc\View;
6 6
 use Ajax\JsUtils;
7 7
 use Ajax\bootstrap\html\base\BaseHtml;
8
-use Phalcon\Mvc\Dispatcher;
9 8
 use Phalcon\Mvc\Controller;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
Ajax/bootstrap/html/phalcon/PhBsSelect.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Ajax\bootstrap\html\phalcon\PhBsElement;
6 6
 use Phalcon\Forms\Element\Select;
7
-use Ajax\bootstrap\html\base\HtmlDoubleElement;
8 7
 use Ajax\bootstrap\html\html5\HtmlSelect;
9 8
 
10 9
 class PhBsSelect extends PhBsElement {
Please login to merge, or discard this patch.