YetiForceCompany/YetiForceCRM

View on GitHub
app/Debug/DebugBar/TraceablePDO.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Reference to undeclared property \App\Debug\DebugBar\TraceablePDO->pdo (Did you mean $pdo)
Open

        $this->pdo = $pdo;
Severity: Minor
Found in app/Debug/DebugBar/TraceablePDO.php by phan

Reference to undeclared property \App\Debug\DebugBar\TraceablePDO->pdo (Did you mean $pdo)
Open

        $this->pdo->setAttribute(PDO::ATTR_STATEMENT_CLASS, [TraceablePDOStatement::class, [$this]]);
Severity: Minor
Found in app/Debug/DebugBar/TraceablePDO.php by phan

Class extends undeclared class \DebugBar\DataCollector\PDO\TraceablePDO (Did you mean class \App\Debug\DebugBar\TraceablePDO)
Open

class TraceablePDO extends \DebugBar\DataCollector\PDO\TraceablePDO
Severity: Critical
Found in app/Debug/DebugBar/TraceablePDO.php by phan

Spaces must be used to indent lines; tabs are not allowed
Open

        $this->pdo = $pdo;

Spaces must be used to indent lines; tabs are not allowed
Open

    public function __construct(PDO $pdo)

Spaces must be used to indent lines; tabs are not allowed
Open

        $this->pdo->setAttribute(PDO::ATTR_STATEMENT_CLASS, [TraceablePDOStatement::class, [$this]]);

Spaces must be used to indent lines; tabs are not allowed
Open

    {

Spaces must be used to indent lines; tabs are not allowed
Open

    }

There are no issues that match your filters.

Category
Status