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