Completed
Push — master ( 5c91e4...db1255 )
by Ger
18s queued 10s
created
app/Http/Controllers/Users/RegisterController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace App\Http\Controllers\Users;
6 6
 
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
                 )
25 25
             );
26 26
         } catch (Exception $exception) {
27
-            return JsonResponse::create(['error' => $exception->getMessage()], 400);
27
+            return JsonResponse::create([ 'error' => $exception->getMessage() ], 400);
28 28
         }
29 29
     }
30 30
 }
Please login to merge, or discard this patch.