Address PHPStan warning in 'classes/logger/sql.php'.
------ -------------------------------------- Line classes/logger/sql.php ------ -------------------------------------- 4 Property Logger_SQL::$pdo is unused. ------ --------------------------------------
This commit is contained in:
parent
72cf4f1f0d
commit
a7a59fe0e2
|
@ -1,8 +1,6 @@
|
|||
<?php
|
||||
class Logger_SQL implements Logger_Adapter {
|
||||
|
||||
private $pdo;
|
||||
|
||||
function __construct() {
|
||||
$conn = get_class($this);
|
||||
|
||||
|
|
Loading…
Reference in New Issue