Skip to content

Commit

Permalink
Merge branch '4.4' into 5.1
Browse files Browse the repository at this point in the history
* 4.4:
  Remove :void in test function signatures
  • Loading branch information
fabpot committed Dec 18, 2020
2 parents 4aee737 + 12e0712 commit 60aeac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Helper/TableTest.php
Expand Up @@ -1263,7 +1263,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 60aeac9

Please sign in to comment.