mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 00:40:06 +01:00
Remove grim array type hints
This commit is contained in:
@@ -196,7 +196,7 @@ function updateKey($key, $value)
|
||||
* @param array $config
|
||||
* @return void
|
||||
*/
|
||||
function write(array $config)
|
||||
function write($config)
|
||||
{
|
||||
$this->files->putAsUser($this->path(), json_encode(
|
||||
$config, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES
|
||||
|
||||
Reference in New Issue
Block a user