@@ -47,6 +47,9 @@ |
||
47 | 47 | return $invocation->proceed(); |
48 | 48 | } |
49 | 49 | |
50 | + /** |
|
51 | + * @return string |
|
52 | + */ |
|
50 | 53 | private function getName(\ReflectionMethod $method, \ReflectionParameter $parameter) |
51 | 54 | { |
52 | 55 | $named = $this->reader->getMethodAnnotation($method, 'Ray\Di\Di\Named'); |