Test Failed
Push — master ( 616ad5...d30054 )
by Simon
187:55 queued 69:30
created
src/Mutations/RefreshTokenMutationCreator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
     public function type()
29 29
     {
30
-        return Type::string();//$this->manager->getType('member');
30
+        return Type::string(); //$this->manager->getType('member');
31 31
     }
32 32
 
33 33
     public function args()
Please login to merge, or discard this patch.
src/Authentication/JWTAuthenticator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * @param ValidationResult|null $result
30 30
      * @return Member|null
31 31
      */
32
-    public function authenticate(array $data, HTTPRequest $request, ValidationResult &$result = null)
32
+    public function authenticate(array $data, HTTPRequest $request, ValidationResult & $result = null)
33 33
     {
34 34
         if (!$result) {
35 35
             $result = new ValidationResult();
Please login to merge, or discard this patch.