Skip to content

Commit

Permalink
Add properties to prevent dynamic creation in DataFormatter class (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij authored Oct 31, 2022
1 parent c7496b7 commit 4458e2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/DebugBar/DataFormatter/DataFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

class DataFormatter implements DataFormatterInterface
{
public $cloner;

public $dumper;

/**
* DataFormatter constructor.
*/
Expand Down

0 comments on commit 4458e2b

Please sign in to comment.