Completed
Push — master ( 76c71b...91372c )
by dima
05:24
created
packages/core/src/Models/Task/Base/Task.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Propel\Runtime\ActiveQuery\Criteria;
12 12
 use Propel\Runtime\ActiveQuery\ModelCriteria;
13 13
 use Propel\Runtime\ActiveRecord\ActiveRecordInterface;
14
-use Propel\Runtime\Collection\Collection;
15 14
 use Propel\Runtime\Connection\ConnectionInterface;
16 15
 use Propel\Runtime\Exception\BadMethodCallException;
17 16
 use Propel\Runtime\Exception\LogicException;
Please login to merge, or discard this patch.
packages/core/src/Models/User/Base/User.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Propel\Runtime\ActiveQuery\Criteria;
12 12
 use Propel\Runtime\ActiveQuery\ModelCriteria;
13 13
 use Propel\Runtime\ActiveRecord\ActiveRecordInterface;
14
-use Propel\Runtime\Collection\Collection;
15 14
 use Propel\Runtime\Connection\ConnectionInterface;
16 15
 use Propel\Runtime\Exception\BadMethodCallException;
17 16
 use Propel\Runtime\Exception\LogicException;
Please login to merge, or discard this patch.
packages/core/src/Models/User/UserRepository.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 Models\User;
4 4
 
5 5
 use Propel\Runtime\ActiveRecord\ActiveRecordInterface;
6
-
7 6
 use Models\User\User;
8 7
 use Models\User\UserQuery;
9 8
 
Please login to merge, or discard this patch.
packages/selfprice/src/Models/Selfprice/Base/Selfprice.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Propel\Runtime\ActiveQuery\Criteria;
12 12
 use Propel\Runtime\ActiveQuery\ModelCriteria;
13 13
 use Propel\Runtime\ActiveRecord\ActiveRecordInterface;
14
-use Propel\Runtime\Collection\Collection;
15 14
 use Propel\Runtime\Connection\ConnectionInterface;
16 15
 use Propel\Runtime\Exception\BadMethodCallException;
17 16
 use Propel\Runtime\Exception\LogicException;
Please login to merge, or discard this patch.
app/Console/Application.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,10 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\Console\Application as CoreApp;
6 6
 use Symfony\Component\Console\Input\InputInterface;
7
-use Symfony\Component\Console\Output\OutputInterface;
8
-use Symfony\Component\Console\Input\InputArgument;
9
-use Symfony\Component\Console\Input\InputOption;
10
-use Symfony\Component\Finder\Finder;
11 7
 
12 8
 class Application extends CoreApp
13 9
 {
Please login to merge, or discard this patch.
packages/core/src/Modules/UserList/UserList.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Core\Modules\UserList;
3 3
 
4
-use Frameworkless\Controllers;
4
+use Frameworkless\Controllers;
5 5
 use Donquixote\Cellbrush\Table\Table;
6 6
 
7 7
 /**
Please login to merge, or discard this patch.