@@ -19,6 +19,7 @@ |
||
19 | 19 | * Save the client. |
20 | 20 | * |
21 | 21 | * @param Client $client |
22 | + * @return void |
|
22 | 23 | */ |
23 | 24 | public function save(Client $client); |
24 | 25 |
@@ -39,6 +39,7 @@ |
||
39 | 39 | |
40 | 40 | /** |
41 | 41 | * @param RefreshToken $refreshToken |
42 | + * @return void |
|
42 | 43 | */ |
43 | 44 | public function save(RefreshToken $refreshToken); |
44 | 45 |
@@ -309,7 +309,7 @@ discard block |
||
309 | 309 | |
310 | 310 | /** |
311 | 311 | * @param string $responseHeader |
312 | - * @param mixed $value |
|
312 | + * @param string $value |
|
313 | 313 | * |
314 | 314 | * @return Authorization |
315 | 315 | */ |
@@ -431,7 +431,7 @@ discard block |
||
431 | 431 | |
432 | 432 | /** |
433 | 433 | * @param string $key |
434 | - * @param mixed $data |
|
434 | + * @param boolean $data |
|
435 | 435 | * |
436 | 436 | * @return Authorization |
437 | 437 | */ |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | namespace OAuth2Framework\Bundle\DependencyInjection\Component\Grant; |
15 | 15 | |
16 | -use Jose\Bundle\JoseFramework\Helper\ConfigurationHelper; |
|
17 | 16 | use OAuth2Framework\Bundle\DependencyInjection\Component\Component; |
18 | 17 | use Symfony\Component\Config\Definition\Builder\NodeDefinition; |
19 | 18 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | |
16 | 16 | use OAuth2Framework\Bundle\DependencyInjection\Component; |
17 | 17 | use OAuth2Framework\Bundle\DependencyInjection\OAuth2FrameworkExtension; |
18 | -use Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension; |
|
19 | 18 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
20 | 19 | use Symfony\Component\HttpKernel\Bundle\Bundle; |
21 | 20 |