mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
Fix code styling
This commit is contained in:
committed by
github-actions[bot]
parent
b5103d15bb
commit
c1ef300469
@@ -291,7 +291,7 @@ function ($version) use ($resolvedPhpVersion) {
|
||||
*
|
||||
* @param string|null $phpVersion For example, "php@8.1"
|
||||
*/
|
||||
public function getPhpExecutablePath(?string $phpVersion = null): string
|
||||
public function getPhpExecutablePath(string $phpVersion = null): string
|
||||
{
|
||||
if (! $phpVersion) {
|
||||
return BREW_PREFIX.'/bin/php';
|
||||
|
||||
Reference in New Issue
Block a user