@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | public function add($element): bool |
24 | 24 | { |
25 | 25 | if (!$element instanceof Location) { |
26 | - throw new InvalidTypeException(); |
|
26 | + throw new InvalidTypeException(); |
|
27 | 27 | } |
28 | 28 | |
29 | 29 | return parent::add($element); |
@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | $firstLocation = parent::first(); |
36 | 36 | |
37 | 37 | if (!$firstLocation) { |
38 | - return null; |
|
38 | + return null; |
|
39 | 39 | } |
40 | 40 | |
41 | 41 | return $firstLocation; |