From d4c6f8f27854d25c69fd0ce07e1fcb953d63579c Mon Sep 17 00:00:00 2001 From: Stefano Kowalke Date: Tue, 20 Mar 2018 12:32:36 +0100 Subject: [PATCH] Change the quote style --- Classes/DataCollectors/InfoCollector.php | 2 +- Classes/DataCollectors/SessionCollector.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/DataCollectors/InfoCollector.php b/Classes/DataCollectors/InfoCollector.php index f7943ef..38fcb3f 100644 --- a/Classes/DataCollectors/InfoCollector.php +++ b/Classes/DataCollectors/InfoCollector.php @@ -79,7 +79,7 @@ public function getWidgets() 'icon' => 'info', 'widget' => 'PhpDebugBar.Widgets.VariableListWidget', 'map' => 'info', - "default" => '[]', + 'default' => '[]', ], ]; } diff --git a/Classes/DataCollectors/SessionCollector.php b/Classes/DataCollectors/SessionCollector.php index aba2407..fc28437 100644 --- a/Classes/DataCollectors/SessionCollector.php +++ b/Classes/DataCollectors/SessionCollector.php @@ -45,7 +45,7 @@ public function getWidgets() 'icon' => 'archive', 'widget' => 'PhpDebugBar.Widgets.VariableListWidget', 'map' => 'session', - "default" => '[]', + 'default' => '[]', ], ]; }