Completed
Push — master ( c54dd1...7d6afc )
by Douglas
03:28
created
src/Reith/ToyRobot/CommandHandler/RobotPlacer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace Reith\ToyRobot\CommandHandler;
12 12
 
13 13
 use Reith\ToyRobot\Domain\Robot\RobotRepositoryInterface;
14
-use Reith\ToyRobot\Domain\Robot\Robot;
15 14
 use Reith\ToyRobot\Domain\Robot\Place;
16 15
 use Reith\ToyRobot\Domain\Space\SpaceInterface;
17 16
 use Reith\ToyRobot\Messaging\Command\PlaceRobot;
Please login to merge, or discard this patch.
src/Reith/ToyRobot/Infrastructure/Bus/HandlerWrapper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use Assert\Assertion;
14 14
 use Doctrine\Common\Annotations\AnnotationReader;
15
-use Reith\ToyRobot\Messaging\BusInterface;
16 15
 use Reith\ToyRobot\Messaging\Annotation\Subscribe;
17 16
 
18 17
 class HandlerWrapper
Please login to merge, or discard this patch.
src/Reith/ToyRobot/Infrastructure/Persistence/RobotRepository.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
     private $store;
20 20
 
21 21
     /**
22
-     * @param RobotStoreInterface $file
23 22
      */
24 23
     public function __construct(RobotStoreInterface $store)
25 24
     {
Please login to merge, or discard this patch.
tests/src/Reith/ToyRobot/Console/PlaceTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Symfony\Component\Console\Application;
14 14
 use Symfony\Component\Console\Tester\CommandTester;
15 15
 use Reith\ToyRobot\Infrastructure\Bus\CommandBus;
16
-use Reith\ToyRobot\Infrastructure\Bus\QueryBus;
17 16
 
18 17
 class PlaceTest extends TestCase
19 18
 {
Please login to merge, or discard this patch.
tests/src/Reith/ToyRobot/Infrastructure/Persistence/FileRobotStoreTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 use PHPUnit\Framework\TestCase;
13 13
 use org\bovigo\vfs\vfsStream;
14
-use org\bovigo\vfs\vfsStreamDirectory;
15 14
 use Reith\ToyRobot\Domain\Space\Table;
16 15
 use Reith\ToyRobot\Domain\Robot\Robot;
17 16
 
Please login to merge, or discard this patch.
tests/src/Reith/ToyRobot/Infrastructure/Persistence/RobotRepositoryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 use PHPUnit\Framework\TestCase;
13 13
 use Reith\ToyRobot\Domain\Space\Table;
14
-use Reith\ToyRobot\Domain\Robot\Robot;
15 14
 
16 15
 class RobotRepositoryTest extends TestCase
17 16
 {
Please login to merge, or discard this patch.