Completed
Push — master ( 597a5a...27b735 )
by Park Jong-Hun
29s
created
app/Auth/AccountManager/DatabaseAccountManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     {
37 37
         $user = $this->getUserEntity($accountId);
38 38
 
39
-        if($user === null) {
39
+        if ($user === null) {
40 40
             return null;
41 41
         }
42 42
 
Please login to merge, or discard this patch.
app/Auth/AccountManager/FileBaseAccountManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      */
35 35
     public function getAccountById($accountId)
36 36
     {
37
-        if(isset($this->accounts[$accountId]) === false) {
37
+        if (isset($this->accounts[$accountId]) === false) {
38 38
             return null;
39 39
         }
40 40
 
Please login to merge, or discard this patch.