@@ -45,9 +45,9 @@ |
||
| 45 | 45 | use OAuth2Framework\Component\Core\UserAccount\UserAccountId; |
| 46 | 46 | use OAuth2Framework\Component\Core\UserAccount\UserAccountRepository; |
| 47 | 47 | use OAuth2Framework\Component\JwtBearerGrant\JwtBearerGrantType; |
| 48 | +use OAuth2Framework\Component\TokenEndpoint\GrantTypeData; |
|
| 48 | 49 | use OAuth2Framework\Component\TrustedIssuer\TrustedIssuer; |
| 49 | 50 | use OAuth2Framework\Component\TrustedIssuer\TrustedIssuerRepository; |
| 50 | -use OAuth2Framework\Component\TokenEndpoint\GrantTypeData; |
|
| 51 | 51 | use PHPUnit\Framework\TestCase; |
| 52 | 52 | use Prophecy\Argument; |
| 53 | 53 | use Psr\Http\Message\ServerRequestInterface; |
@@ -31,11 +31,13 @@ |
||
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | 33 | * @param ContainerBuilder $container |
| 34 | + * @return void |
|
| 34 | 35 | */ |
| 35 | 36 | public function build(ContainerBuilder $container); |
| 36 | 37 | |
| 37 | 38 | /** |
| 38 | 39 | * @param NodeDefinition $node |
| 40 | + * @return void |
|
| 39 | 41 | */ |
| 40 | 42 | public function getNodeDefinition(ArrayNodeDefinition $node, ArrayNodeDefinition $rootNode); |
| 41 | 43 | |