Completed
Push — master ( e18fbf...ab9385 )
by Xu
81:42 queued 41:41
created
src/rest/controllers/UserController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
             }
79 79
             return $model;
80 80
         } else {
81
-            throw new NotFoundHttpException ('User not found.');
81
+            throw new NotFoundHttpException('User not found.');
82 82
         }
83 83
     }
84 84
 
Please login to merge, or discard this patch.