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