Skip to content

decorators WIP

decorators WIP #405

Triggered via push September 5, 2024 14:26
Status Success
Total duration 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Bridges/DatabaseDI/DatabaseExtension.php#L70
Call to an undefined method Nette\DI\Definitions\Definition::addSetup().
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L160
Anonymous function has an unused use $connection.
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L160
Anonymous function has an unused use $events.
PHPStan: src/Bridges/DatabaseTracy/ConnectionPanel.php#L160
Variable $connection might not be defined.
PHPStan: src/Database/DriverException.php#L20
Unsafe usage of new static().
PHPStan: src/Database/Drivers/Accessory/ExceptionHandlingConnection.php#L35
Closure invoked with 3 parameters, 1 required.
PHPStan: src/Database/Drivers/Accessory/ExceptionHandlingConnection.php#L45
Closure invoked with 2 parameters, 1 required.
PHPStan: src/Database/Drivers/Accessory/LazyConnection.php#L39
Method Nette\Database\Drivers\Accessory\LazyConnection::__get() should return mixed but return statement is missing.
PHPStan: src/Database/Drivers/Accessory/ReconnectingConnection.php#L71
Caught class Nette\Database\Drivers\Accessory\ConnectionLostException not found.
PHPStan: src/Database/Drivers/Accessory/ReconnectingConnection.php#L73
Throwing object of an unknown class Nette\Database\Drivers\Accessory\ConnectionLostException.