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