| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 38 | protected function configureAop(AspectContainer $container): void |
||
| 39 | { |
||
| 40 | /** @var AnnotationReader $reader */ |
||
| 41 | $reader = $container->get('aspect.annotation.reader'); |
||
| 42 | |||
| 43 | $container->registerAspect(new InvariantCheckerAspect($reader)); |
||
| 44 | $container->registerAspect(new PostconditionCheckerAspect($reader)); |
||
| 45 | $container->registerAspect(new PreconditionCheckerAspect($reader)); |
||
| 46 | $container->registerAspect(new InheritCheckerAspect($reader)); |
||
| 47 | } |
||
| 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.