Completed
Push — master ( 5d7aa6...8efa14 )
by Simon
01:37
created
src/Authentication/JWTAuthenticator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      * @throws \BadMethodCallException
33 33
      * @throws \OutOfBoundsException
34 34
      */
35
-    public function authenticate(array $data, HTTPRequest $request, ValidationResult &$result = null)
35
+    public function authenticate(array $data, HTTPRequest $request, ValidationResult & $result = null)
36 36
     {
37 37
         if (!$result) {
38 38
             $result = new ValidationResult();
Please login to merge, or discard this patch.