Passed
Push — develop ( f99f53...96c308 )
by nguereza
02:49
created
src/Auth/Entity/User.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -138,15 +138,15 @@
 block discarded – undo
138 138
     public function toJson(): array
139 139
     {
140 140
         return [
141
-          'id' =>  $this->mapper()->getColumn('id'),
142
-          'username' => $this->mapper()->getColumn('username'),
143
-          'email' => $this->mapper()->getColumn('email'),
144
-          'status' => $this->mapper()->getColumn('status'),
145
-          'lastname' => $this->mapper()->getColumn('lastname'),
146
-          'firstname' => $this->mapper()->getColumn('firstname'),
147
-          'role' => $this->mapper()->getColumn('role'),
148
-          'created_at' => $this->mapper()->getColumn('created_at'),
149
-          'updated_at' => $this->mapper()->getColumn('updated_at'),
141
+            'id' =>  $this->mapper()->getColumn('id'),
142
+            'username' => $this->mapper()->getColumn('username'),
143
+            'email' => $this->mapper()->getColumn('email'),
144
+            'status' => $this->mapper()->getColumn('status'),
145
+            'lastname' => $this->mapper()->getColumn('lastname'),
146
+            'firstname' => $this->mapper()->getColumn('firstname'),
147
+            'role' => $this->mapper()->getColumn('role'),
148
+            'created_at' => $this->mapper()->getColumn('created_at'),
149
+            'updated_at' => $this->mapper()->getColumn('updated_at'),
150 150
         ];
151 151
     }
152 152
 
Please login to merge, or discard this patch.