From 086c116169eb5df49b862524dfb0dd504d21d89e Mon Sep 17 00:00:00 2001 From: as247 Date: Thu, 23 Mar 2023 19:48:31 +0700 Subject: [PATCH] Update test --- src/UpdateCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/UpdateCommand.php b/src/UpdateCommand.php index f6a6966..4a0b195 100644 --- a/src/UpdateCommand.php +++ b/src/UpdateCommand.php @@ -20,14 +20,14 @@ class UpdateCommand extends Command /** * URL to the ChromeDriver download. */ - protected string $downloadUrl = 'https://chromedriver.storage.googleapis.com/%s/chromedriver_%s.zip'; + protected $downloadUrl = 'https://chromedriver.storage.googleapis.com/%s/chromedriver_%s.zip'; /** * Download slugs for the available operating systems. * * @var array */ - protected array $slugs = [ + protected $slugs = [ 'linux' => 'linux64', 'mac' => 'mac64', 'mac-intel' => 'mac64',