@@ -40,7 +40,7 @@ |
||
40 | 40 | * @param string $grantType |
41 | 41 | * @param string|null $clientSecret |
42 | 42 | * @param bool $mustValidateSecret |
43 | - * @return ClientEntityInterface|null |
|
43 | + * @return ClientEntity|null |
|
44 | 44 | */ |
45 | 45 | public function getClientEntity($clientIdentifier, $grantType, $clientSecret = null, $mustValidateSecret = true) |
46 | 46 | { |