Skip to content

Commit

Permalink
add return value
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarkic committed Apr 23, 2024
1 parent f57d0e3 commit 2c7169e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ResultTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function testCountable(): void
$this->assertSame(0, count($result));
}

public function testIterator()
public function testIterator(): void
{
$result = new Result([['column' => 'value']]);
$this->assertSame(1, count($result));
Expand Down

0 comments on commit 2c7169e

Please sign in to comment.