| 1 | <?php |
||
| 28 | class ContractApplication extends AspectKernel |
||
| 29 | { |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Configures an AspectContainer with advisors, aspects and pointcuts |
||
| 33 | * |
||
| 34 | * @param AspectContainer&GoAspectContainer $container |
||
|
|
|||
| 35 | * |
||
| 36 | * @return void |
||
| 37 | */ |
||
| 38 | protected function configureAop(AspectContainer $container): void |
||
| 48 | } |
||
| 49 |
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.