Chris@0: parse(); Chris@0: } Chris@0: Chris@0: private static function create(CommandInfo $commandInfo, \ReflectionMethod $reflection) Chris@0: { Chris@0: return new BespokeDocBlockParser($commandInfo, $reflection); Chris@0: } Chris@0: }