@@ -66,13 +66,13 @@ |
||
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 |