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 a91ee99 + 557d959 commit adae4aaCopy full SHA for adae4aa
src/Command/LintCommand.php
@@ -354,10 +354,6 @@ protected function getScreenColumns()
354
return $columns - 1;
355
}
356
357
- if (!(function_exists('posix_isatty') && @posix_isatty($fileDescriptor))) {
358
- return 80;
359
- }
360
-
361
if (function_exists('shell_exec') && preg_match('#\d+ (\d+)#', shell_exec('stty size'), $match) === 1) {
362
if ((int) $match[1] > 0) {
363
return (int) $match[1];
0 commit comments