Skip to content

Commit 2c7169e

Browse files
committed
add return value
1 parent f57d0e3 commit 2c7169e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ResultTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function testCountable(): void
1414
$this->assertSame(0, count($result));
1515
}
1616

17-
public function testIterator()
17+
public function testIterator(): void
1818
{
1919
$result = new Result([['column' => 'value']]);
2020
$this->assertSame(1, count($result));

0 commit comments

Comments
 (0)