Skip to content

Commit

Permalink
return type of method is corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWasimAbbasi authored Mar 23, 2024
1 parent 46978f9 commit 170f1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AbstractConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 170f1a0

Please sign in to comment.