diff --git a/cli/Valet/Site.php b/cli/Valet/Site.php index c9c3db2..7225701 100644 --- a/cli/Valet/Site.php +++ b/cli/Valet/Site.php @@ -364,7 +364,7 @@ public function pruneLinks() /** * Get the PHP version for the given site. * - * @param string $url Site URL including the TLD + * @param string $url Site URL including the TLD * @return string */ public function getPhpVersion($url) diff --git a/tests/SiteTest.php b/tests/SiteTest.php index fb756db..9c884aa 100644 --- a/tests/SiteTest.php +++ b/tests/SiteTest.php @@ -1,11 +1,11 @@