@@ -39,7 +39,7 @@ |
||
| 39 | 39 | |
| 40 | 40 | public function setMaxAttempts($maxAttempts = 5) |
| 41 | 41 | { |
| 42 | - return $this->maxAttempts = (int) $maxAttempts; |
|
| 42 | + return $this->maxAttempts = (int)$maxAttempts; |
|
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | public function setCredential($service, $credential = []) |
@@ -4,7 +4,7 @@ |
||
| 4 | 4 | |
| 5 | 5 | abstract class ProviderContract |
| 6 | 6 | { |
| 7 | - public function getAddressFromZipcode($zipCode){} |
|
| 7 | + public function getAddressFromZipcode($zipCode) {} |
|
| 8 | 8 | |
| 9 | - private function normalizeResponse($address){} |
|
| 9 | + private function normalizeResponse($address) {} |
|
| 10 | 10 | } |
| 11 | 11 | \ No newline at end of file |