1 | <?php |
||
21 | class WebcookCmsSecurityExtension extends Extension |
||
22 | { |
||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | * |
||
26 | * @param array $configs [description] |
||
27 | * @param ContainerBuilder $container [description] |
||
28 | * |
||
29 | * @return [type] [description] |
||
|
|||
30 | */ |
||
31 | 1 | public function load(array $configs, ContainerBuilder $container) |
|
39 | } |
||
40 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.