@@ -39,7 +39,7 @@ |
||
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(); |