@@ -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 | */ |
@@ -24,6 +24,10 @@ |
||
| 24 | 24 | */ |
| 25 | 25 | abstract protected function createDefinition(ContainerBuilder $container, array $config); |
| 26 | 26 | |
| 27 | + /** |
|
| 28 | + * @param string $type |
|
| 29 | + * @param string $name |
|
| 30 | + */ |
|
| 27 | 31 | public function create(ContainerBuilder $container, $type, $name, array $config) |
| 28 | 32 | { |
| 29 | 33 | $service_id = sprintf('jose.%s.%s', $type, $name); |