Completed
Push — master ( 42381d...a4b9a3 )
by Simon
01:41
created
src/Authentication/JWTAuthenticator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      * @throws BadMethodCallException
40 40
      * @throws \OutOfBoundsException
41 41
      */
42
-    public function authenticate(array $data, HTTPRequest $request, ValidationResult &$result = null)
42
+    public function authenticate(array $data, HTTPRequest $request, ValidationResult & $result = null)
43 43
     {
44 44
         if (!$result) {
45 45
             $result = new ValidationResult();
Please login to merge, or discard this patch.