Test Failed
Pull Request — master (#6)
by Adriano
04:39 queued 02:04
created
src/Search.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
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 = [])
Please login to merge, or discard this patch.
src/Contracts/ProviderContract.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.