Completed
Push — master ( af3c22...fbabbd )
by Douglas
01:45
created
src/Reith/ToyRobot/Domain/Space/AbstractSymmetricSpace.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      * For all the places passed, ensure they are of the same
107 107
      * dimensionality.
108 108
      *
109
-     * @param Place $place ... Places to check
109
+     * @param Place $places ... Places to check
110 110
      *
111 111
      * @throws PlaceDimensionsDoNotMatchSpaceException
112 112
      */
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.
src/Reith/ToyRobot/Console/Report.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\Command\Command;
14 14
 use Symfony\Component\Console\Input\InputInterface;
15 15
 use Symfony\Component\Console\Output\OutputInterface;
16
-use Symfony\Component\Console\Input\InputArgument;
17 16
 use Reith\ToyRobot\Messaging\Query\RobotReport;
18 17
 
19 18
 class Report extends Command
Please login to merge, or discard this patch.
src/Reith/ToyRobot/Domain/Robot/Robot.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\Domain\Robot;
12 12
 
13 13
 use Assert\Assert;
14
-use Assert\Assertion;
15 14
 use Reith\ToyRobot\Domain\Space\SpaceInterface;
16 15
 use Reith\ToyRobot\Domain\Robot\Exception\NotPlacedInSpaceException;
17 16
 
Please login to merge, or discard this patch.