mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-26 03:01:23 +02:00
Add properties to prevent dynamic creation in DataFormatter class (#507)
This commit is contained in:
@@ -15,6 +15,10 @@ use Symfony\Component\VarDumper\Dumper\CliDumper;
|
|||||||
|
|
||||||
class DataFormatter implements DataFormatterInterface
|
class DataFormatter implements DataFormatterInterface
|
||||||
{
|
{
|
||||||
|
public $cloner;
|
||||||
|
|
||||||
|
public $dumper;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* DataFormatter constructor.
|
* DataFormatter constructor.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user