Completed
Push — 2.0 ( 325c55...321606 )
by Kirill
03:01
created
server/app/GraphQL/Mutations/RegistrationMutation.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use App\GraphQL\Types\AuthUserType;
13 13
 use App\Models\User;
14 14
 use GraphQL\Type\Definition\Type;
15
-use Illuminate\Contracts\Validation\Validator;
16 15
 use Illuminate\Support\Arr;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * For the full copyright and license information, please view the LICENSE
5 5
  * file that was distributed with this source code.
6 6
  */
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace App\GraphQL\Mutations;
10 10
 
Please login to merge, or discard this patch.