Skip to content

Commit 53cd528

Browse files
committed
Applies CS fixes
1 parent a8dbc40 commit 53cd528

19 files changed

+2
-19
lines changed

src/PHPCR/Shell/Console/Application/ShellApplication.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
namespace PHPCR\Shell\Console\Application;
1414

15-
use PHPCR\Shell\Config\Profile;
1615
use PHPCR\Shell\Console\Command\Phpcr as CommandPhpcr;
1716
use PHPCR\Shell\Console\Command\Phpcr\BasePhpcrCommand;
1817
use PHPCR\Shell\Console\Command\Shell as CommandShell;

src/PHPCR/Shell/Console/Command/Phpcr/LockRefreshCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
namespace PHPCR\Shell\Console\Command\Phpcr;
1414

1515
use PHPCR\RepositoryInterface;
16-
use Symfony\Component\Console\Command\Command;
1716
use Symfony\Component\Console\Input\InputArgument;
1817
use Symfony\Component\Console\Input\InputInterface;
1918
use Symfony\Component\Console\Output\OutputInterface;

src/PHPCR/Shell/Console/Command/Phpcr/NodeLifecycleFollowCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
namespace PHPCR\Shell\Console\Command\Phpcr;
1414

1515
use PHPCR\RepositoryInterface;
16-
use Symfony\Component\Console\Command\Command;
1716
use Symfony\Component\Console\Input\InputArgument;
1817
use Symfony\Component\Console\Input\InputInterface;
1918
use Symfony\Component\Console\Output\OutputInterface;

src/PHPCR/Shell/Console/Command/Phpcr/NodeListCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use PHPCR\PropertyInterface;
1818
use PHPCR\PropertyType;
1919
use PHPCR\Shell\Console\Helper\Table;
20-
use Symfony\Component\Console\Command\Command;
2120
use Symfony\Component\Console\Input\InputArgument;
2221
use Symfony\Component\Console\Input\InputInterface;
2322
use Symfony\Component\Console\Input\InputOption;

src/PHPCR/Shell/Console/Command/Phpcr/NodeMoveCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
namespace PHPCR\Shell\Console\Command\Phpcr;
1414

15-
use Symfony\Component\Console\Command\Command;
1615
use Symfony\Component\Console\Input\InputArgument;
1716
use Symfony\Component\Console\Input\InputInterface;
1817
use Symfony\Component\Console\Output\OutputInterface;

src/PHPCR/Shell/Console/Command/Phpcr/NodeReferencesCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
namespace PHPCR\Shell\Console\Command\Phpcr;
1414

1515
use PHPCR\Shell\Console\Helper\Table;
16-
use Symfony\Component\Console\Command\Command;
1716
use Symfony\Component\Console\Input\InputArgument;
1817
use Symfony\Component\Console\Input\InputInterface;
1918
use Symfony\Component\Console\Output\OutputInterface;

src/PHPCR/Shell/Console/Command/Phpcr/NodeTypeEditCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use PHPCR\NodeType\NoSuchNodeTypeException;
1616
use PHPCR\Util\CND\Parser\CndParser;
1717
use PHPCR\Util\CND\Writer\CndWriter;
18-
use Symfony\Component\Console\Command\Command;
1918
use Symfony\Component\Console\Input\InputArgument;
2019
use Symfony\Component\Console\Input\InputInterface;
2120
use Symfony\Component\Console\Output\OutputInterface;

src/PHPCR/Shell/Console/Command/Phpcr/NodeTypeLoadCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
namespace PHPCR\Shell\Console\Command\Phpcr;
1414

15-
use Symfony\Component\Console\Command\Command;
1615
use Symfony\Component\Console\Input\InputArgument;
1716
use Symfony\Component\Console\Input\InputInterface;
1817
use Symfony\Component\Console\Input\InputOption;

src/PHPCR/Shell/Console/Command/Phpcr/QueryCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
namespace PHPCR\Shell\Console\Command\Phpcr;
1414

15-
use Symfony\Component\Console\Command\Command;
1615
use Symfony\Component\Console\Input\InputArgument;
1716
use Symfony\Component\Console\Input\InputInterface;
1817
use Symfony\Component\Console\Input\InputOption;

src/PHPCR/Shell/Console/Command/Phpcr/QueryDeleteCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
namespace PHPCR\Shell\Console\Command\Phpcr;
1414

1515
use PHPCR\Util\QOM\Sql2ToQomQueryConverter;
16-
use Symfony\Component\Console\Command\Command;
1716
use Symfony\Component\Console\Input\InputInterface;
1817
use Symfony\Component\Console\Output\OutputInterface;
1918

0 commit comments

Comments
 (0)