Test Failed
Pull Request — master (#78)
by guillaume
09:51
created
app/Http/Controllers/Profile/ProfileController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         $allCharacteristics = app(GetAllCharacteristics::class)->get();
32 32
         try {
33 33
             $context = $contextQueryByUser->execute(Auth::user()->uuid)->toArray();
34
-        }catch (\Throwable $e){
34
+        } catch (\Throwable $e){
35 35
             return redirect()->route('wizard.profile');
36 36
         }
37 37
         $user = app(AuthGateway::class)->current()->toArray();
Please login to merge, or discard this patch.
app/Src/UseCases/Domain/Context/Queries/GetLastWikiUserComments.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 
25 25
     public function get(string $userId)
26 26
     {
27
-       // $comments = Cache::get("comments_".$userId);
27
+        // $comments = Cache::get("comments_".$userId);
28 28
         if(isset($comments)){
29 29
             return json_decode($comments, true);
30 30
         }
Please login to merge, or discard this patch.