Completed
Push — 2.0 ( be6014...b83469 )
by Kirill
03:33 queued 27s
created
server/app/GraphQL/Queries/AuthorisationQuery.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 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\Queries;
10 10
 
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
      * @param array $args
103 103
      * @return \Generator|null
104 104
      */
105
-    public function validate(Validator $validator, array $args = []): ?\Generator
105
+    public function validate(Validator $validator, array $args = []): ? \Generator
106 106
     {
107 107
         [$email, $password] = $this->getEmailAndPassword($args);
108 108
 
Please login to merge, or discard this patch.