mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:15:56 +00:00
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:
@@ -1,8 +1,6 @@
|
||||
<?php
|
||||
class Logger_SQL implements Logger_Adapter {
|
||||
|
||||
private $pdo;
|
||||
|
||||
function __construct() {
|
||||
$conn = get_class($this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user