Skip to content

Commit

Permalink
return type of db-oracle testSerialized is corrected (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWasimAbbasi authored Mar 25, 2024
1 parent f9d3683 commit e1275ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static function (ConnectionInterface $db) {
$db->close();
}

public function testSerialized()
public function testSerialized(): void
{
$connection = $this->getConnection();
$connection->open();
Expand Down

0 comments on commit e1275ac

Please sign in to comment.