@@ -27,7 +27,7 @@ |
||
27 | 27 | |
28 | 28 | public function type() |
29 | 29 | { |
30 | - return Type::string();//$this->manager->getType('member'); |
|
30 | + return Type::string(); //$this->manager->getType('member'); |
|
31 | 31 | } |
32 | 32 | |
33 | 33 | public function args() |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * @param ValidationResult|null $result |
30 | 30 | * @return Member|null |
31 | 31 | */ |
32 | - public function authenticate(array $data, HTTPRequest $request, ValidationResult &$result = null) |
|
32 | + public function authenticate(array $data, HTTPRequest $request, ValidationResult & $result = null) |
|
33 | 33 | { |
34 | 34 | if (!$result) { |
35 | 35 | $result = new ValidationResult(); |