Test Failed
Pull Request — master (#85)
by Bertrand
10:27
created
app/Http/Controllers/Profile/ProfileController.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
         $allCharacteristics = app(GetAllCharacteristics::class)->get();
35 35
         try {
36 36
             $context = $contextQueryByUser->execute(Auth::user()->uuid)->toArray();
37
-        }catch (\Throwable $e){
37
+        } catch (\Throwable $e){
38 38
             return redirect()->route('wizard.profile');
39 39
         }
40 40
         $user = app(AuthGateway::class)->current()->toArray();
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     {
65 65
         try {
66 66
             $user = app(GetUser::class)->get($userId)->toArray();
67
-        }catch (UserNotFound $e){
67
+        } catch (UserNotFound $e){
68 68
             throw new NotFoundHttpException();
69 69
         }
70 70
 
Please login to merge, or discard this patch.