From e45ea934b6718f3978cdde8b8c3b5772ca442a1f Mon Sep 17 00:00:00 2001 From: "Mr. Wasim Abbasi" <57211975+MrWasimAbbasi@users.noreply.github.com> Date: Sat, 23 Mar 2024 07:12:25 +0500 Subject: [PATCH] return type of db-oracle testSerialized is corrected --- 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();