mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 06:06:40 +02:00
Add property types to all properties where possible
This commit is contained in:
@@ -26,9 +26,9 @@ use Monolog\Handler\AbstractProcessingHandler;
|
||||
|
||||
class PDOHandler extends AbstractProcessingHandler
|
||||
{
|
||||
private $initialized = false;
|
||||
private $pdo;
|
||||
private $statement;
|
||||
private bool $initialized = false;
|
||||
private PDO $pdo;
|
||||
private PDOStatement $statement;
|
||||
|
||||
public function __construct(PDO $pdo, $level = Level::Debug, bool $bubble = true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user