/**
  *
  * @return PhpMethod
  */
 protected static function createMethod(\ReflectionMethod $method)
 {
     return PhpMethod::fromReflection($method);
 }