Skip to content

Commit 2058e8c

Browse files
Closes #225
1 parent 473bb0d commit 2058e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/writing-tests-for-phpunit.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,14 +487,14 @@ See :numref:`writing-tests-for-phpunit.data-providers.examples.DependencyAndData
487487
return [['provider1'], ['provider2']];
488488
}
489489
490-
public function testProducerFirst(): void
490+
public function testProducerFirst(): string
491491
{
492492
$this->assertTrue(true);
493493
494494
return 'first';
495495
}
496496
497-
public function testProducerSecond(): void
497+
public function testProducerSecond(): string
498498
{
499499
$this->assertTrue(true);
500500

0 commit comments

Comments
 (0)