1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20: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
{