Skip to content

Commit

Permalink
Merge branch '5.1' into 5.2
Browse files Browse the repository at this point in the history
* 5.1:
  Remove :void in test function signatures
  • Loading branch information
fabpot committed Dec 18, 2020
2 parents f4e962e + 60aeac9 commit 47c0252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Helper/TableTest.php
Expand Up @@ -1470,7 +1470,7 @@ protected function getOutputContent(StreamOutput $output)
return str_replace(\PHP_EOL, "\n", stream_get_contents($output->getStream()));
}

public function testWithColspanAndMaxWith(): void
public function testWithColspanAndMaxWith()
{
$table = new Table($output = $this->getOutputStream());

Expand Down

0 comments on commit 47c0252

Please sign in to comment.