Skip to content

drivers: escape*() methods moved to Engine [WIP] #161

drivers: escape*() methods moved to Engine [WIP]

drivers: escape*() methods moved to Engine [WIP] #161

Triggered via push April 5, 2026 02:07
Status Failure
Total duration 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Dibi/Drivers/PgSQL/Connection.php#L207
Call to an undefined method Dibi\Drivers\PgSQL\Connection::escapeIdentifier().
PHPStan: src/Dibi/Drivers/PgSQL/Connection.php#L197
Call to an undefined method Dibi\Drivers\PgSQL\Connection::escapeIdentifier().
PHPStan: src/Dibi/Drivers/OCI8/Connection.php#L33
Property Dibi\Drivers\OCI8\Connection::$nativeDate is never read, only written.
PHPStan: src/Dibi/Drivers/Firebird/Result.php#L50
Offset 3 might not exist on array{}|array{non-falsy-string, numeric-string, non-empty-string, string}.
PHPStan: src/Dibi/Drivers/Firebird/Result.php#L50
Offset 2 might not exist on array{}|array{non-falsy-string, numeric-string, non-empty-string, string}.
PHPStan: src/Dibi/Drivers/Firebird/Result.php#L50
Offset 1 might not exist on array{}|array{non-falsy-string, numeric-string, non-empty-string, string}.
PHPStan: src/Dibi/Drivers/Firebird/Connection.php#L100
Offset 3 might not exist on array{}|array{non-falsy-string, numeric-string, non-empty-string, string}.
PHPStan: src/Dibi/Drivers/Firebird/Connection.php#L100
Offset 2 might not exist on array{}|array{non-falsy-string, numeric-string, non-empty-string, string}.
PHPStan: src/Dibi/Drivers/Firebird/Connection.php#L100
Offset 1 might not exist on array{}|array{non-falsy-string, numeric-string, non-empty-string, string}.
PHPStan: src/Dibi/Connection.php#L701
Cannot call method getReflector() on Dibi\Drivers\Connection|null.