Completed
Pull Request — master (#20)
by
unknown
02:56
created
src/Schema/Command/ExportCommand.php 1 patch
Unused Use Statements   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace Notamedia\ConsoleJedi\Schema\Command;
4 4
 
5
-use Notamedia\ConsoleJedi\Application\Command\BitrixCommand;
6
-use Notamedia\ConsoleJedi\Schema\Exception\SchemaException;
7
-use Notamedia\ConsoleJedi\Schema\Schema;
8
-use Symfony\Component\Console\Input\InputArgument;
9
-use Symfony\Component\Console\Input\InputInterface;
10
-use Symfony\Component\Console\Input\InputOption;
11
-use Symfony\Component\Console\Output\OutputInterface;
12
-use Symfony\Component\Console\Helper\FormatterHelper;
5
+use Notamedia\ConsoleJedi\Application\Command\BitrixCommand;
6
+use Notamedia\ConsoleJedi\Schema\Exception\SchemaException;
7
+use Notamedia\ConsoleJedi\Schema\Schema;
8
+use Symfony\Component\Console\Input\InputArgument;
9
+use Symfony\Component\Console\Input\InputInterface;
10
+use Symfony\Component\Console\Input\InputOption;
11
+use Symfony\Component\Console\Output\OutputInterface;
12
+use Symfony\Component\Console\Helper\FormatterHelper;
13 13
 use Bitrix\Main\Loader;
14 14
 
15 15
 class ExportCommand extends BitrixCommand
Please login to merge, or discard this patch.
src/Schema/Command/ImportCommand.php 1 patch
Unused Use Statements   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace Notamedia\ConsoleJedi\Schema\Command;
4 4
 
5
-use Notamedia\ConsoleJedi\Application\Command\BitrixCommand;
6
-use Notamedia\ConsoleJedi\Schema\Exception\SchemaException;
7
-use Notamedia\ConsoleJedi\Schema\Schema;
8
-use Symfony\Component\Console\Input\InputArgument;
9
-use Symfony\Component\Console\Input\InputInterface;
10
-use Symfony\Component\Console\Input\InputOption;
11
-use Symfony\Component\Console\Output\OutputInterface;
12
-use Symfony\Component\Console\Helper\FormatterHelper;
5
+use Notamedia\ConsoleJedi\Application\Command\BitrixCommand;
6
+use Notamedia\ConsoleJedi\Schema\Exception\SchemaException;
7
+use Notamedia\ConsoleJedi\Schema\Schema;
8
+use Symfony\Component\Console\Input\InputArgument;
9
+use Symfony\Component\Console\Input\InputInterface;
10
+use Symfony\Component\Console\Input\InputOption;
11
+use Symfony\Component\Console\Output\OutputInterface;
12
+use Symfony\Component\Console\Helper\FormatterHelper;
13 13
 use Bitrix\Main\Loader;
14 14
 
15 15
 class ImportCommand extends BitrixCommand
Please login to merge, or discard this patch.