Passed
Push — master ( c3e9b1...93d330 )
by Adriano
03:44
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.