@@ -16,7 +16,6 @@ |
||
16 | 16 | final class JWKSetControllerFactory |
17 | 17 | { |
18 | 18 | /** |
19 | - * @param \Jose\Object\JWKSetInterface $issuer_discovery |
|
20 | 19 | * |
21 | 20 | * @return \SpomkyLabs\JoseBundle\Controller\JWKSetController |
22 | 21 | */ |
@@ -26,6 +26,8 @@ |
||
26 | 26 | |
27 | 27 | /** |
28 | 28 | * {@inheritdoc} |
29 | + * @param string $type |
|
30 | + * @param string $name |
|
29 | 31 | */ |
30 | 32 | public function create(ContainerBuilder $container, $type, $name, array $config) |
31 | 33 | { |