diff --git a/Tests/Helper/TableTest.php b/Tests/Helper/TableTest.php index 3616333ec..dffaaf902 100644 --- a/Tests/Helper/TableTest.php +++ b/Tests/Helper/TableTest.php @@ -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());