From 53735c9b69ca4ba45a89731a54196ad7712461a8 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 14 Apr 2022 03:18:04 +0000 Subject: [PATCH] Apply fixes from StyleCI --- cli/valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/valet.php b/cli/valet.php index 527b12b..f2f0f9a 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -281,7 +281,7 @@ */ $app->command('open [domain]', function ($domain = null) { $url = 'http://'.Site::domain($domain); - CommandLine::runAsUser("open ".escapeshellarg($url)); + CommandLine::runAsUser('open '.escapeshellarg($url)); })->descriptions('Open the site for the current (or specified) directory in your browser'); /**