Passed
Push — master ( ea83ff...8028ce )
by Petr
02:20
created
src/Entity/Map.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     }
31 31
 
32 32
     /** {@inheritDoc} */
33
-    public function first(): ?Location
33
+    public function first(): ? Location
34 34
     {
35 35
         $firstLocation = parent::first();
36 36
 
Please login to merge, or discard this patch.