Exemplo n.º 1
0
 protected function getInfoSignature(MethodInfoInterface $method)
 {
     return sprintf('%s->%s()', $method->getDeclaringType()->getName(), $method->getName());
 }