| 1 | <?php |
||
| 14 | final class UntargetedBind |
||
| 15 | { |
||
| 16 | public function __invoke(Container $container, ReflectionMethod $method): void |
||
| 23 | |||
| 24 | private function addConcreteClass(Container $container, ReflectionParameter $parameter): void |
||
| 31 | |||
| 32 | private function getType(ReflectionParameter $parameter): string |
||
| 38 | } |
||
| 39 |