$options */ public function __invoke(ContainerInterface $container, $requestedName, array $options = null) { return new FileParser( new Finder() ); } }