We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57d0e3 commit 2c7169eCopy full SHA for 2c7169e
tests/ResultTest.php
@@ -14,7 +14,7 @@ public function testCountable(): void
14
$this->assertSame(0, count($result));
15
}
16
17
- public function testIterator()
+ public function testIterator(): void
18
{
19
$result = new Result([['column' => 'value']]);
20
$this->assertSame(1, count($result));
0 commit comments