Skip to content

drivers: getForeignKeys() works with multi-column foreign keys #154

drivers: getForeignKeys() works with multi-column foreign keys

drivers: getForeignKeys() works with multi-column foreign keys #154

Triggered via push December 8, 2023 11:17
Status Success
Total duration 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
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#L104
Access to an undefined property PDOException::$queryString.
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L168
Anonymous function has an unused use $connection.
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L168
Anonymous function has an unused use $queries.
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L168
Variable $connection might not be defined.
PHPStan: src/Database/Connection.php#L95
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/PdoDriver.php#L66
Call to an undefined method Nette\Database\DriverException::setQueryInfo().
PHPStan: src/Database/Drivers/PdoDriver.php#L134
Variable $driverCode might not be defined.