Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.4.3, 6.x possibly too
Given a cell text that roughly looks like this:
Method PHPStan\Command\ErrorsConsoleStyle::wrap() is unused.\n ✏️ <href=phpstorm://...long link...>src/Command/ErrorsConsoleStyle.php</>
The resulting output is:
------ ----------------------------------------------------------------------------- Line src/Command/ErrorsConsoleStyle.php ------ ----------------------------------------------------------------------------- 83 Method PHPStan\Command\ErrorsConsoleStyle::wrap() is unused. ✏️ src/Com mand/ErrorsConsoleStyle.php ------ -----------------------------------------------------------------------------
But I'd like it to be this:
------ ----------------------------------------------------------------------------- Line src/Command/ErrorsConsoleStyle.php ------ ----------------------------------------------------------------------------- 83 Method PHPStan\Command\ErrorsConsoleStyle::wrap() is unused. ✏️ src/Command/ErrorsConsoleStyle.php ------ -----------------------------------------------------------------------------
In context of SymfonyStyle child class:
$table = $this->createTable(); $table->setHeaders($headers); $table->setRows($rows); $table->setColumnMaxWidth(1, 60); $table->render();
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Symfony version(s) affected
5.4.3, 6.x possibly too
Description
Given a cell text that roughly looks like this:
The resulting output is:
But I'd like it to be this:
How to reproduce
In context of SymfonyStyle child class:
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: