Skip to content

Commit 60aeac9

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Remove :void in test function signatures
2 parents 4aee737 + 12e0712 commit 60aeac9

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
@@ -1263,7 +1263,7 @@ protected function getOutputContent(StreamOutput $output)
12631263
return str_replace(\PHP_EOL, "\n", stream_get_contents($output->getStream()));
12641264
}
12651265

1266-
public function testWithColspanAndMaxWith(): void
1266+
public function testWithColspanAndMaxWith()
12671267
{
12681268
$table = new Table($output = $this->getOutputStream());
12691269

0 commit comments

Comments
 (0)