@@ -38,7 +38,7 @@ |
||
| 38 | 38 | */ |
| 39 | 39 | public function run($order = true) |
| 40 | 40 | { |
| 41 | - if($order){ |
|
| 41 | + if ($order) { |
|
| 42 | 42 | $this->userRepository->pushCriteria(new OrderByCreationDateDescendingCriteria()); |
| 43 | 43 | } |
| 44 | 44 | |