Test Failed
Push — develop ( aad200...149858 )
by nguereza
03:52 queued 53s
created
src/Demo/Action/User/BatchAction.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -181,9 +181,9 @@
 block discarded – undo
181 181
         $this->logger->info('Deleted of users #{items}', ['items' => $items]);
182 182
 
183 183
         $this->userRepository->query()
184
-                             ->where('id')
184
+                                ->where('id')
185 185
                                 ->in($items)
186
-                             ->delete();
186
+                                ->delete();
187 187
 
188 188
         $this->flash->setSuccess($this->lang->tr('The selected users are deleted successfully'));
189 189
     }
Please login to merge, or discard this patch.