1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 00:40:06 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-02-07 23:40:47 +00:00
parent 73b5e987e2
commit 4837648a35

View File

@@ -1178,9 +1178,9 @@ public function replaceSockFile($siteConf, $phpVersion)
* Get PHP version from .valetphprc for a site.
*
* @param string $site
* @param string $cwd In contexts in which a current working directory has been passed,
* the cwd, which is prioritized over looking for the site's information
* from the config.
* @param string $cwd In contexts in which a current working directory has been passed,
* the cwd, which is prioritized over looking for the site's information
* from the config.
* @return string|null
*/
public function phpRcVersion($site, $cwd = null)