1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 01:00:09 +01:00

Add support for .valetrc (#1347)

* Add .valetrc support

* Apply fixes from StyleCI

* wip

Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
Matt Stauffer
2023-01-18 20:44:51 -05:00
committed by GitHub
parent 6a100fc648
commit 5c7b2d313a
10 changed files with 74 additions and 54 deletions

View File

@@ -13,7 +13,7 @@ class Magento2ValetDriver extends ValetDriver
*
* @param string|null
*/
/*?string*/ private $mageMode = null;
private $mageMode = null;
/**
* Determine if the driver serves the request.