@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | */ |
| 33 | 33 | protected function makeStatusCode() |
| 34 | 34 | { |
| 35 | - return ! $this->checkOTP() |
|
| 35 | + return !$this->checkOTP() |
|
| 36 | 36 | ? SymfonyResponse::HTTP_UNPROCESSABLE_ENTITY |
| 37 | 37 | : SymfonyResponse::HTTP_OK; |
| 38 | 38 | } |
@@ -97,5 +97,5 @@ discard block |
||
| 97 | 97 | |
| 98 | 98 | abstract public function getRequest(); |
| 99 | 99 | |
| 100 | - abstract protected function config($string, $children = []); |
|
| 100 | + abstract protected function config($string, $children = [ ]); |
|
| 101 | 101 | } |