We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The error in the screenshot is at line 208, but the source display starts on line 209. Not sure if this is Whoops' problem or laminas-whoops'?
The text was updated successfully, but these errors were encountered:
Will there be comming a fix? Thats makes the view useless, Why are the code line overflow:hidden?
dirty workaround for me is to copy vendor/ppito/laminas-whoops/view/render.phtml, set in config and implement a style block
<style> .code-block.line-numbers.language-php { overflow: auto!important; } </style> <?php echo $result;
<style>
.code-block.line-numbers.language-php
{
overflow: auto!important;
}
</style>
<?php echo $result;
Sorry, something went wrong.
No branches or pull requests
The error in the screenshot is at line 208, but the source display starts on line 209. Not sure if this is Whoops' problem or laminas-whoops'?
The text was updated successfully, but these errors were encountered: