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.
1 parent c78dc44 commit c041391Copy full SHA for c041391
tests/ErrorFormatterTestCase.php
@@ -51,19 +51,11 @@ abstract class ErrorFormatterTestCase extends \CodeLts\CliTools\Tests\AbstractTe
51
52
protected static function getEndTable(): string
53
{
54
- if (PHP_MAJOR_VERSION === 7 && PHP_MINOR_VERSION === 1) {
55
- return '';
56
- }
57
-
58
return "\n";
59
}
60
61
protected static function getTableDecoration(): string
62
63
64
- return '------ -----------------------------------------------------------------';
65
66
67
return '------ -------------------------------------------------------------------';
68
69
0 commit comments