From e1275ac737e1073f56e15335f3f93fa068fe8c05 Mon Sep 17 00:00:00 2001 From: "Mr. Wasim Abbasi" <57211975+MrWasimAbbasi@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:52:19 +0500 Subject: [PATCH] return type of db-oracle testSerialized is corrected (#258) --- tests/ConnectionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ConnectionTest.php b/tests/ConnectionTest.php index f7926be5..fe853afd 100644 --- a/tests/ConnectionTest.php +++ b/tests/ConnectionTest.php @@ -117,7 +117,7 @@ static function (ConnectionInterface $db) { $db->close(); } - public function testSerialized() + public function testSerialized(): void { $connection = $this->getConnection(); $connection->open();