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:
wn_ 2021-11-01 20:30:55 +00:00
parent 72cf4f1f0d
commit a7a59fe0e2
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
<?php
class Logger_SQL implements Logger_Adapter {
private $pdo;
function __construct() {
$conn = get_class($this);