Skip to content

added object translators (#420) #68

added object translators (#420)

added object translators (#420) #68

Triggered via push August 5, 2023 18:52
Status Success
Total duration 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Dibi/Bridges/Tracy/Panel.php#L139
Variable $counter might not be defined.
PHPStan: src/Dibi/Bridges/Tracy/Panel.php#L156
Strict comparison using === between (float|int) and null will always evaluate to false.
PHPStan: src/Dibi/Drivers/FirebirdDriver.php#L94
Strict comparison using === between resource and false will always evaluate to false.
PHPStan: src/Dibi/Drivers/FirebirdDriver.php#L138
Parameter #1 $trans_args of function ibase_trans expects int, resource|null given.
PHPStan: src/Dibi/Drivers/FirebirdDriver.php#L194
Else branch is unreachable because ternary operator condition is always true.
PHPStan: src/Dibi/Drivers/FirebirdResult.php#L107
Else branch is unreachable because ternary operator condition is always true.
PHPStan: src/Dibi/Drivers/MySqliResult.php#L39
Right side of && is always true.
PHPStan: src/Dibi/Drivers/OdbcDriver.php#L173
Else branch is unreachable because ternary operator condition is always true.
PHPStan: src/Dibi/Drivers/OdbcResult.php#L129
Else branch is unreachable because ternary operator condition is always true.
PHPStan: src/Dibi/Drivers/OracleDriver.php#L187
Else branch is unreachable because ternary operator condition is always true.