Skip to content

Commit

Permalink
Correct behaviour to match PHP 8.4 PDO calls
Browse files Browse the repository at this point in the history
  • Loading branch information
srjlewis committed Dec 19, 2024
1 parent 0740b1b commit d8f1ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExtendedPdo.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function __construct(
if($options[static::CONNECT_IMMEDIATELY]) {
unset($options[static::CONNECT_IMMEDIATELY]);
$this->establishConnection();
}else {
} else {
unset($options[static::CONNECT_IMMEDIATELY]);
}
}
Expand Down

0 comments on commit d8f1ad5

Please sign in to comment.