Passed
Push — master ( ac0fab...91e759 )
by Sergey
06:17 queued 02:59
created
src/Api/Providers/Provider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
      */
99 99
     protected function checkMethodForLoginRequired($method)
100 100
     {
101
-        if (in_array($method, $this->loginRequired) && !$this->request->isLoggedIn()) {
101
+        if (in_array($method, $this->loginRequired) && ! $this->request->isLoggedIn()) {
102 102
             throw new AuthException("You must log in before.");
103 103
         }
104 104
     }
Please login to merge, or discard this patch.