Skip to content

Commit 47c0252

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Remove :void in test function signatures
2 parents f4e962e + 60aeac9 commit 47c0252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Helper/TableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ protected function getOutputContent(StreamOutput $output)
14701470
return str_replace(\PHP_EOL, "\n", stream_get_contents($output->getStream()));
14711471
}
14721472

1473-
public function testWithColspanAndMaxWith(): void
1473+
public function testWithColspanAndMaxWith()
14741474
{
14751475
$table = new Table($output = $this->getOutputStream());
14761476

0 commit comments

Comments
 (0)