Skip to content

Commit d92f19b

Browse files
author
Reinder Reinders
committed
remove void return type, which is only necessary for new PHPUnit versions
1 parent 3ca5f93 commit d92f19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BinaryFlagsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function setMask($mask)
3232
}
3333

3434
// set up test case
35-
public function setUp(): void
35+
public function setUp()
3636
{
3737
// base mask
3838
$this->mask = ExampleFlags::FOO | ExampleFlags::BAR;

0 commit comments

Comments
 (0)