From 749c3f3ec7c4b80ff8a61abaf4c588b705044196 Mon Sep 17 00:00:00 2001 From: "Mr. Wasim Abbasi" <57211975+MrWasimAbbasi@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:52:31 +0500 Subject: [PATCH] return type of method is corrected. (#814) --- tests/AbstractConnectionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AbstractConnectionTest.php b/tests/AbstractConnectionTest.php index 311841f2b..5c214e04a 100644 --- a/tests/AbstractConnectionTest.php +++ b/tests/AbstractConnectionTest.php @@ -139,7 +139,7 @@ public function testSetTablePrefix(): void $this->assertSame('pre_', $db->getTablePrefix()); } - public function testSerialized() + public function testSerialized(): void { $connection = $this->getConnection(); $connection->open();