Completed
Push — master ( fbabbd...8184b0 )
by Douglas
01:43
created
src/Reith/ToyRobot/CommandHandler/RobotPlacer.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 MathPHP\LinearAlgebra\Vector;
14 14
 use Psr\Log\LoggerInterface;
15 15
 use Reith\ToyRobot\Domain\Robot\RobotRepositoryInterface;
16
-use Reith\ToyRobot\Domain\Robot\Place;
17 16
 use Reith\ToyRobot\Domain\Space\SpaceInterface;
18 17
 use Reith\ToyRobot\Messaging\Command\PlaceRobot;
19 18
 use Reith\ToyRobot\Messaging\Annotation\Subscribe;
Please login to merge, or discard this patch.
src/Reith/ToyRobot/Domain/Space/AbstractSymmetricSpace.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-     * @return Vector
37
+     * @return Vector[]
38 38
      */
39 39
     protected function defaultPosition(): Vector
40 40
     {
@@ -58,7 +58,6 @@  discard block
 block discarded – undo
58 58
     }
59 59
 
60 60
     /**
61
-     * @param Vector $place
62 61
      *
63 62
      * @return bool
64 63
      *
@@ -112,7 +111,7 @@  discard block
 block discarded – undo
112 111
      * For all the places passed, ensure they are of the same
113 112
      * dimensionality.
114 113
      *
115
-     * @param Vector $vectors ... Vectors to check
114
+     * @param Vector[] $vectors ... Vectors to check
116 115
      *
117 116
      * @throws PlaceDimensionsDoNotMatchSpaceException
118 117
      */
Please login to merge, or discard this patch.