Annotations
10 errors
|
PHPStan:
src/Database/DriverException.php#L22
Unsafe usage of new static().
|
|
PHPStan:
src/Database/Database.php#L507
Parameter #1 $explorer of class Nette\Database\Table\Selection constructor expects Nette\Database\Explorer, $this(Nette\Database\Database) given.
|
|
PHPStan:
src/Database/Database.php#L393
Parameter #1 $explorer of class Nette\Database\Result constructor expects Nette\Database\Explorer, $this(Nette\Database\Database) given.
|
|
PHPStan:
src/Database/Database.php#L374
Parameter #1 $explorer of class Nette\Database\SqlPreprocessor constructor expects Nette\Database\Explorer, $this(Nette\Database\Database) given.
|
|
PHPStan:
src/Database/Database.php#L290
Call to an undefined method Nette\Database\Database::rollbackToSavepoint().
|
|
PHPStan:
src/Database/Database.php#L80
Undefined variable: $this
|
|
PHPStan:
src/Bridges/DatabaseTracy/ConnectionPanel.php#L152
Variable $connection might not be defined.
|
|
PHPStan:
src/Bridges/DatabaseTracy/ConnectionPanel.php#L152
Anonymous function has an unused use $events.
|
|
PHPStan:
src/Bridges/DatabaseTracy/ConnectionPanel.php#L152
Anonymous function has an unused use $connection.
|
|
PHPStan:
src/Bridges/DatabaseDI/DatabaseExtension.php#L69
Call to an undefined method Nette\DI\Definitions\Definition::addSetup().
|