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
Version: 2.8.3
When dumping a multiline string where the same number of characters is, the individual lines are not aligned the same. The first line is bounced.
Sample in the picture:
dump( 'PHP online kurz pro začátečníky' . "\n" . '===============================' );
Thanks!
The text was updated successfully, but these errors were encountered:
5e61930
dumper: fixed first line indentation [Closes nette#475]
095c30b
dumper: fixed first line indentation [Closes #475]
2155db4
No branches or pull requests
Version: 2.8.3
Bug Description
When dumping a multiline string where the same number of characters is, the individual lines are not aligned the same. The first line is bounced.
Sample in the picture:
Steps To Reproduce
Thanks!
The text was updated successfully, but these errors were encountered: