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

Merge branch 'mes/type-hints-and-return-hints' of github.com:laravel/valet into mes/type-hints-and-return-hints

This commit is contained in:
Matt Stauffer
2022-12-18 15:45:07 -06:00

View File

@@ -3,8 +3,8 @@
namespace Valet;
use DomainException;
use PhpFpm;
use Illuminate\Support\Collection;
use PhpFpm;
class Brew
{
@@ -377,7 +377,7 @@ public function removeSudoersEntry(): void
/**
* Link passed formula.
*
* @param string $formula
* @param string $formula
* @param bool $force
* @return string
*/
@@ -396,7 +396,7 @@ function ($exitCode, $errorOutput) use ($formula) {
/**
* Unlink passed formula.
*
* @param string $formula
* @param string $formula
* @return string
*/
public function unlink(string $formula): string