Completed
Push — master ( 48290c...e43ea6 )
by Adam
07:23
created
src/IPub/Forms/Forms/Container.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,6 @@
 block discarded – undo
17 17
 namespace IPub\Forms\Forms;
18 18
 
19 19
 use Doctrine\ORM;
20
-
21
-use Nette;
22 20
 use Nette\Forms;
23 21
 
24 22
 class Container extends Forms\Container
Please login to merge, or discard this patch.
src/IPub/Forms/Forms/EntityForm.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,6 @@
 block discarded – undo
17 17
 namespace IPub\Forms\Forms;
18 18
 
19 19
 use Doctrine\ORM;
20
-
21
-use Nette;
22 20
 use Nette\Application;
23 21
 use Nette\ComponentModel;
24 22
 
Please login to merge, or discard this patch.
src/IPub/Forms/Forms/TEntityContainer.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -17,10 +17,8 @@
 block discarded – undo
17 17
 namespace IPub\Forms\Forms;
18 18
 
19 19
 use Doctrine\ORM;
20
-
21 20
 use Nette;
22 21
 use Nette\Forms;
23
-
24 22
 use IPub;
25 23
 use IPub\Forms\Exceptions;
26 24
 
Please login to merge, or discard this patch.
src/IPub/Forms/Forms/TForm.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -15,10 +15,7 @@
 block discarded – undo
15 15
 namespace IPub\Forms\Forms;
16 16
 
17 17
 use Nette;
18
-use Nette\Utils;
19
-
20 18
 use IPub\Forms;
21
-use IPub\Forms\Processors;
22 19
 
23 20
 trait TForm
24 21
 {
Please login to merge, or discard this patch.