@@ -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 = []) |