Test Failed
Push — master ( a99a68...7f4fdc )
by Roberto
02:44 queued 13s
created
src/Http/GoogleMapsResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
 				$error_message = $array_response[GoogleMapsResponseFields::ERROR_MESSAGE];
128 128
 				$this->setErrorMessage($error_message);
129 129
 			} elseif (!empty($array_response[GoogleMapsResponseFields::STATUS])) {
130
-				$error_message .= ': ' . $array_response[GoogleMapsResponseFields::STATUS];
130
+				$error_message .= ': '.$array_response[GoogleMapsResponseFields::STATUS];
131 131
 				$this->setErrorMessage($error_message);
132 132
 			}
133 133
 			throw new RequestException($error_message);
Please login to merge, or discard this patch.