Test Failed
Push — master ( c83448...7c12f6 )
by Alexander
06:04
created
src/Auth/AuthRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,12 +20,12 @@
 block discarded – undo
20 20
 {
21 21
     public function getLogin(): string
22 22
     {
23
-        return (string)$this->getAttributeValue('body.login');
23
+        return (string) $this->getAttributeValue('body.login');
24 24
     }
25 25
 
26 26
     public function getPassword(): string
27 27
     {
28
-        return (string)$this->getAttributeValue('body.password');
28
+        return (string) $this->getAttributeValue('body.password');
29 29
     }
30 30
 
31 31
     public function getRules(): array
Please login to merge, or discard this patch.