Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@@ -14,7 +14,7 @@ use Tracy\IBarPanel;
|
||||
*/
|
||||
class DoctrinePanel implements IBarPanel {
|
||||
/** @var DebugStack */
|
||||
private $sql_logger;
|
||||
private $sqlLogger;
|
||||
|
||||
public function __construct(Configuration $doctrineConfiguration) {
|
||||
$this->sqlLogger = new DebugStack();
|
||||
|
Reference in New Issue
Block a user