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:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user