diff --git a/src/Command.php b/src/Command.php index a2f218c..cfcb2ff 100644 --- a/src/Command.php +++ b/src/Command.php @@ -15,7 +15,7 @@ class Command extends SymfonyCommand */ protected ?string $directory; - /** {@inheritDoc */ + /** {@inheritDoc} */ #[\Override] protected function configure(): void { @@ -33,7 +33,7 @@ protected function configure(): void ->addOption('ssl-no-verify', null, InputOption::VALUE_NONE, 'Bypass SSL certificate verification when installing through a proxy'); } - /** {@inheritDoc */ + /** {@inheritDoc} */ #[\Override] protected function initialize(InputInterface $input, OutputInterface $output): void { diff --git a/src/DetectCommand.php b/src/DetectCommand.php index b02114d..5adb95b 100644 --- a/src/DetectCommand.php +++ b/src/DetectCommand.php @@ -18,7 +18,7 @@ #[AsCommand(name: 'detect', description: 'Detect the installed Chrome/Chromium version.')] class DetectCommand extends Command { - /** {@inheritDoc */ + /** {@inheritDoc} */ #[\Override] protected function configure(): void { @@ -30,7 +30,7 @@ protected function configure(): void parent::configure(); } - /** {@inheritDoc */ + /** {@inheritDoc} */ #[\Override] protected function execute(InputInterface $input, OutputInterface $output): int { diff --git a/src/UpdateCommand.php b/src/UpdateCommand.php index bcd6cab..6cfe39f 100644 --- a/src/UpdateCommand.php +++ b/src/UpdateCommand.php @@ -17,7 +17,7 @@ #[AsCommand(name: 'update', description: 'Install the ChromeDriver binary.')] class UpdateCommand extends Command { - /** {@inheritDoc */ + /** {@inheritDoc} */ #[\Override] protected function configure(): void { @@ -29,7 +29,7 @@ protected function configure(): void parent::configure(); } - /** {@inheritDoc */ + /** {@inheritDoc} */ #[\Override] protected function execute(InputInterface $input, OutputInterface $output): int {