@@ -15,7 +15,7 @@ discard block |
||
| 15 | 15 | { |
| 16 | 16 | return new self( |
| 17 | 17 | 'No address found for coordinates. |
| 18 | - With latitude: "' . $latitude . '" and longitude "' . $longitude . '".' |
|
| 18 | + With latitude: "' . $latitude.'" and longitude "'.$longitude.'".' |
|
| 19 | 19 | ); |
| 20 | 20 | } |
| 21 | 21 | |
@@ -23,7 +23,7 @@ discard block |
||
| 23 | 23 | { |
| 24 | 24 | return new self( |
| 25 | 25 | 'No coordinates found for address. |
| 26 | - With address: "' . implode(', ', $addressData) . '".' |
|
| 26 | + With address: "' . implode(', ', $addressData).'".' |
|
| 27 | 27 | ); |
| 28 | 28 | } |
| 29 | 29 | } |