Passed
Push — master ( 82aaad...ac7049 )
by Roberto
04:19
created
src/Api/Elevation.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -66,13 +66,13 @@
 block discarded – undo
66 66
 	public function parseLocations($locations): string {
67 67
 
68 68
 		if (is_array($locations)) {
69
-			$locations = implode('|', array_map(function ($item) {
69
+			$locations = implode('|', array_map(function($item) {
70 70
 
71
-				return (string)$item;
71
+				return (string) $item;
72 72
 			}, $locations));
73 73
 		}
74 74
 
75
-		return (string)$locations;
75
+		return (string) $locations;
76 76
 	}
77 77
 
78 78
 }
79 79
\ No newline at end of file
Please login to merge, or discard this patch.