We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4aee737 + 12e0712 commit 60aeac9Copy full SHA for 60aeac9
Tests/Helper/TableTest.php
@@ -1263,7 +1263,7 @@ protected function getOutputContent(StreamOutput $output)
1263
return str_replace(\PHP_EOL, "\n", stream_get_contents($output->getStream()));
1264
}
1265
1266
- public function testWithColspanAndMaxWith(): void
+ public function testWithColspanAndMaxWith()
1267
{
1268
$table = new Table($output = $this->getOutputStream());
1269
0 commit comments