diff --git a/src/Command/CommandBase.php b/src/Command/CommandBase.php index f6a4f991e..5c7a2074b 100644 --- a/src/Command/CommandBase.php +++ b/src/Command/CommandBase.php @@ -1577,6 +1577,7 @@ protected function createMySqlDumpOnLocal(string $dbHost, string $dbUser, string return $localFilepath; } + /** @infection-ignore-all */ protected function promptOpenBrowserToCreateToken( InputInterface $input ): void {