Skip to content

Commit

Permalink
Update MysqliTypeMapper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Nov 17, 2024
1 parent 73eaee5 commit 4a2cffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TypeMapping/MysqliTypeMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public function __construct(?DbaApi $dbaApi)
{
$constants = get_defined_constants(true);
if (
! is_array($constants['mysqli']) || // @phpstan-ignore-line
! array_key_exists('mysqli', $constants)
|| ! is_array($constants['mysqli']) // @phpstan-ignore-line
) {
$constants['mysqli'] = [];
}
Expand Down

0 comments on commit 4a2cffa

Please sign in to comment.