mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 16:40:05 +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;
|
namespace Valet;
|
||||||
|
|
||||||
use DomainException;
|
use DomainException;
|
||||||
use PhpFpm;
|
|
||||||
use Illuminate\Support\Collection;
|
use Illuminate\Support\Collection;
|
||||||
|
use PhpFpm;
|
||||||
|
|
||||||
class Brew
|
class Brew
|
||||||
{
|
{
|
||||||
@@ -377,7 +377,7 @@ public function removeSudoersEntry(): void
|
|||||||
/**
|
/**
|
||||||
* Link passed formula.
|
* Link passed formula.
|
||||||
*
|
*
|
||||||
* @param string $formula
|
* @param string $formula
|
||||||
* @param bool $force
|
* @param bool $force
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
@@ -396,7 +396,7 @@ function ($exitCode, $errorOutput) use ($formula) {
|
|||||||
/**
|
/**
|
||||||
* Unlink passed formula.
|
* Unlink passed formula.
|
||||||
*
|
*
|
||||||
* @param string $formula
|
* @param string $formula
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function unlink(string $formula): string
|
public function unlink(string $formula): string
|
||||||
|
|||||||
Reference in New Issue
Block a user