Skip to content

Commit

Permalink
regression fix - remove $loggedStatements definition from DoctrineLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
bkdotcom committed Mar 4, 2024
1 parent 3687377 commit 6efe346
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Debug/Collector/DoctrineLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class DoctrineLogger implements SQLLogger
/** @var string */
protected $icon = 'fa fa-database';

/** @var list<StatementInfo> */
protected $loggedStatements = array();

/** @var StatementInfo|null */
protected $statementInfo;

Expand Down

0 comments on commit 6efe346

Please sign in to comment.