Skip to content

Commit 749c3f3

Browse files
return type of method is corrected. (#814)
1 parent 46978f9 commit 749c3f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/AbstractConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function testSetTablePrefix(): void
139139
$this->assertSame('pre_', $db->getTablePrefix());
140140
}
141141

142-
public function testSerialized()
142+
public function testSerialized(): void
143143
{
144144
$connection = $this->getConnection();
145145
$connection->open();

0 commit comments

Comments
 (0)