Passed
Push — master ( dd96c2...18fd8a )
by Petr
06:58
created
src/Entity/Map.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     {
34 34
         // filtering north, north-west, north-east and west locations by X and Y
35 35
         $previousLocations = $this->filter(
36
-            function (Location $location) use ($x, $y) {
36
+            function(Location $location) use ($x, $y) {
37 37
                 $westLocationX = $x - 1;
38 38
                 $westLocationY = $y;
39 39
                 $northWestLocationX = $x - 1;
Please login to merge, or discard this patch.