Passed
Push — master ( 14cb1f...51c7c5 )
by Adrien
17:08 queued 11:19
created
server/Application/Api/Input/ConfirmRegistrationInputType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     {
14 14
         $config = [
15 15
             'description' => 'Mandatory fields to complete a user registration',
16
-            'fields' => fn (): array => [
16
+            'fields' => fn(): array => [
17 17
                 'login' => [
18 18
                     'type' => self::nonNull(_types()->get('Login')),
19 19
                 ],
Please login to merge, or discard this patch.