Completed
Push — master ( 1046fe...dee123 )
by dima
02:31
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/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.
packages/core/src/Modules/UserList/UserList.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Core\Modules\UserList;
3 3
 
4
-use Frameworkless\Controllers;
5
-use Donquixote\Cellbrush\Table\Table;
4
+use Frameworkless\Controllers;
5
+use Donquixote\Cellbrush\Table\Table;
6 6
 use Symfony\Component\HttpFoundation\Request;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
app/Console/Commands/InstallCommand.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,10 +4,7 @@
 block discarded – undo
4 4
 use Symfony\Component\Console\Command\Command;
5 5
 use Symfony\Component\Console\Input\InputInterface;
6 6
 use Symfony\Component\Console\Output\OutputInterface;
7
-use Symfony\Component\Console\Input\StringInput;
8 7
 use Symfony\Component\Console\Input\ArrayInput;
9
-use Symfony\Component\Process\Process;
10
-use Symfony\Component\Process\Exception\ProcessFailedException;
11 8
 
12 9
 /**
13 10
  * Description of HelloWorldCommand
Please login to merge, or discard this patch.
app/Console/Application.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -3,11 +3,6 @@
 block discarded – undo
3 3
 namespace Frameworkless\Console;
4 4
 
5 5
 use Symfony\Component\Console\Application as CoreApp;
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 6
 
12 7
 class Application extends CoreApp
13 8
 {
Please login to merge, or discard this patch.