Skip to content

added object translators (#420) #69

added object translators (#420)

added object translators (#420) #69

Triggered via push August 9, 2023 13:54
Status Success
Total duration 32s
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/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#L94
Else branch is unreachable because ternary operator condition 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#L116
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.
PHPStan: src/Dibi/Drivers/OracleResult.php#L100
Else branch is unreachable because ternary operator condition is always true.