Completed
Push — master ( 20655c...87b69d )
by Jeroen
02:06
created
src/Exception.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.