From f8efba0dcf97730784eb0bf22ed0a729bf82d3d3 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Wed, 20 Feb 2019 12:30:09 +0100 Subject: [PATCH] debug --- StorageBundle/Storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StorageBundle/Storage.php b/StorageBundle/Storage.php index d4ec2a0..4e6ed8f 100644 --- a/StorageBundle/Storage.php +++ b/StorageBundle/Storage.php @@ -12,7 +12,7 @@ class Storage { private $user_config = []; - public function __construct($user_config = []) + public function __construct(array $user_config = []) { $this->user_config = $user_config; dump($this->user_config); die;