| @@ -39,7 +39,7 @@ | ||
| 39 | 39 | * @throws \OutOfBoundsException | 
| 40 | 40 | * @throws \BadMethodCallException | 
| 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(); |