| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 1 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 62 | private function bindInjectionPoint(Container $container, Argument $argument) : void |
||
| 63 | 7 | { |
|
| 64 | $isSelf = (string) $argument === InjectionPointInterface::class . '-' . Name::ANY; |
||
| 65 | if ($isSelf) { |
||
| 66 | return; |
||
| 67 | } |
||
| 68 | (new Bind($container, InjectionPointInterface::class))->toInstance(new InjectionPoint($argument->get(), new AnnotationReader)); |
||
| 69 | } |
||
| 70 | } |
||
| 71 |
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.