Skip to content

added row mapping support via setRowMapping() callback and mapping #434

added row mapping support via setRowMapping() callback and mapping

added row mapping support via setRowMapping() callback and mapping #434

Triggered via push March 9, 2026 05:01
Status Failure
Total duration 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Database/Drivers/OciDriver.php#L116
Method Nette\Database\Drivers\OciDriver::getTables() should return list<array{name: string, fullName: string|null, view: bool, comment: string|null}> but returns list<array{name: mixed, view: bool, comment: null}>.
PHPStan: src/Database/Drivers/MySqlDriver.php#L144
Method Nette\Database\Drivers\MySqlDriver::getTables() should return list<array{name: string, fullName: string|null, view: bool, comment: string|null}> but returns list<array{name: mixed, view: bool, comment: mixed}>.
PHPStan: src/Database/Drivers/MsSqlDriver.php#L114
Method Nette\Database\Drivers\MsSqlDriver::getTables() should return list<array{name: string, fullName: string|null, view: bool, comment: string|null}> but returns list<array{name: non-falsy-string, view: bool, comment: mixed}>.
PHPStan: src/Database/DriverException.php#L29
Unsafe usage of new static().
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L160
Variable $connection might not be defined.
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L160
Anonymous function has an unused use $queries.
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L160
Anonymous function has an unused use $connection.
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L95
Access to an undefined property PDOException::$queryString.
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L94
Instanceof between PDOException and PDOException will always evaluate to true.
PHPStan: src/Bridges/DatabaseDI/DatabaseExtension.php#L69
Call to an undefined method Nette\DI\Definitions\Definition::addSetup().