-
-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
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
Add possibility to configure wrapping length of Dumper-class #56
Conversation
Please note that static getter and setter was added to force type safety |
d7f12cb
to
2162d48
Compare
Thanks for PR. I have this thing on the TODO list. However, the solution is not so simple, because it is not possible to use static variables in Nette (because it follows the principles of dependency injection). So this will be a little harder to solve. I'll leave it open so far. |
hey @dg, any update on this? Happy to hear your opinion. |
40d6435
to
f4f1e78
Compare
c4955b7
to
ea2c8e8
Compare
53b1239
to
7051954
Compare
668af8c
to
fc70bcb
Compare
698c05a
to
aabd8f3
Compare
Printer has new property $wrapLength |
Closes #55
See #45 and #55