dateOption = new DateOption($command, 'start-date', 's', sprintf( 'Allows to filter %s, returning only those older than provided date.', $descriptionHint, )); } public function get(InputInterface $input, OutputInterface $output): ?Chronos { return $this->dateOption->get($input, $output); } }