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

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-01-18 21:51:54 +00:00
parent 8ba65d6a68
commit 6a100fc648

View File

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