Fix easy errors found by PHPStan
[MAILPOET-2588]
This commit is contained in:
@@ -41,7 +41,7 @@ class DoctrinePanel implements IBarPanel {
|
||||
}
|
||||
|
||||
static function init(EntityManagerInterface $entity_manager) {
|
||||
Debugger::getBar()->addPanel(new static($entity_manager->getConnection()->getConfiguration()));
|
||||
Debugger::getBar()->addPanel(new DoctrinePanel($entity_manager->getConnection()->getConfiguration()));
|
||||
}
|
||||
|
||||
protected function formatSql($sql) {
|
||||
|
Reference in New Issue
Block a user