1
0
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:
Adam Wathan
2016-11-10 15:44:52 -05:00
parent 752f214ebb
commit 3d0e099755
3 changed files with 4 additions and 4 deletions

View File

@@ -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