Skip to content

used Tester 2.5

used Tester 2.5 #138

Triggered via push August 5, 2023 19:13
Status Success
Total duration 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Bridges/DatabaseDI/DatabaseExtension.php#L69
Call to an undefined method Nette\DI\Definitions\Definition::addSetup().
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L106
Access to an undefined property PDOException::$queryString.
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L170
Anonymous function has an unused use $connection.
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L170
Anonymous function has an unused use $queries.
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L170
Variable $connection might not be defined.
PHPStan: src/Database/Connection.php#L103
Call to an undefined method Nette\Database\Driver::getPdo().
PHPStan: src/Database/DriverException.php#L27
Access to an undefined property Throwable::$file.
PHPStan: src/Database/DriverException.php#L28
Access to an undefined property Throwable::$line.
PHPStan: src/Database/Drivers/OciDriver.php#L115
Method Nette\Database\Drivers\OciDriver::getTables() should return array<Nette\Database\Reflection\Table> but returns array<int<0, max>, array<string, mixed>>.
PHPStan: src/Database/Drivers/PdoDriver.php#L68
Call to an undefined method Nette\Database\DriverException::setQueryInfo().