1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 08:10:07 +01:00

Clean up coding style

This commit is contained in:
Michael Lehmkuhl
2022-04-03 18:44:56 -05:00
parent 315af8904a
commit 30af32d856
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -1,11 +1,11 @@
<?php
use Illuminate\Container\Container;
use Valet\Brew;
use Valet\CommandLine;
use Valet\Configuration;
use Valet\Filesystem;
use function Valet\resolve;
use Valet\Brew;
use Valet\Site;
use function Valet\swap;
use function Valet\user;