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

Merge branch 'mes/symlink-valet-socks' of github.com:laravel/valet into mes/symlink-valet-socks

This commit is contained in:
Matt Stauffer
2022-03-13 22:18:47 -04:00

View File

@@ -76,7 +76,7 @@ public function uninstall()
*
* Writes FPM config file, pointing to the correct .sock file, and log and ini files.
*
* @param string $phpVersion
* @param string $phpVersion
* @return void
*/
public function createConfigurationFiles($phpVersion)
@@ -298,7 +298,7 @@ public function useVersion($version, $force = false)
*
* @todo write tests
*
* @param string $phpVersion
* @param string $phpVersion
* @return void
*/
public function symlinkPrimaryValetSock($phpVersion)