Passed
Pull Request — master (#6)
by Carlos
13:17
created
src/models/AuthForm.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,9 +53,9 @@
 block discarded – undo
53 53
                 ['scopes'],
54 54
                 function ($attribute) {
55 55
                     try {
56
-                         $this->getScopesList();
56
+                            $this->getScopesList();
57 57
                     } catch (IntegrityException $e) {
58
-                         $this->addError($atribute, $e->getMessage());
58
+                            $this->addError($atribute, $e->getMessage());
59 59
                     }
60 60
                 },
61 61
                 'when' => $validatedClient,
Please login to merge, or discard this patch.