We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7315f commit 7590abcCopy full SHA for 7590abc
src/DataFormatter/QueryFormatter.php
@@ -4,6 +4,7 @@
4
5
use DebugBar\DataFormatter\DataFormatter;
6
7
+#[\AllowDynamicProperties]
8
class QueryFormatter extends DataFormatter
9
{
10
/**
src/DataFormatter/SimpleFormatter.php
@@ -9,6 +9,7 @@
*
* @see https://github.com/symfony/symfony/blob/v3.4.4/src/Symfony/Component/HttpKernel/DataCollector/Util/ValueExporter.php
11
*/
12
13
class SimpleFormatter extends DataFormatter
14
15
0 commit comments