Completed
Pull Request — master (#63)
by
unknown
03:03
created
src/Support/Response.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.