app/Debug/DebugBar/TraceablePDO.php
Reference to undeclared property \App\Debug\DebugBar\TraceablePDO->pdo
(Did you mean $pdo) Open
Open
$this->pdo = $pdo;
- Exclude checks
Reference to undeclared property \App\Debug\DebugBar\TraceablePDO->pdo
(Did you mean $pdo) Open
Open
$this->pdo->setAttribute(PDO::ATTR_STATEMENT_CLASS, [TraceablePDOStatement::class, [$this]]);
- Exclude checks
Class extends undeclared class \DebugBar\DataCollector\PDO\TraceablePDO
(Did you mean class \App\Debug\DebugBar\TraceablePDO) Open
Open
class TraceablePDO extends \DebugBar\DataCollector\PDO\TraceablePDO
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$this->pdo = $pdo;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function __construct(PDO $pdo)
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$this->pdo->setAttribute(PDO::ATTR_STATEMENT_CLASS, [TraceablePDOStatement::class, [$this]]);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks