nette / php-generator

🐘 Generates neat PHP code for you. Supports new PHP 8.3 features.
https://doc.nette.org/php-generator
Other
2.11k stars 138 forks source link

Add possibility to configure wrapping length of Dumper-class #55

Closed duxthefux closed 3 years ago

duxthefux commented 4 years ago

Please see #45

To add the possibility of "wrap always", it will be necessary to add public static variable $wrapAlways into the Dumper class and use it here https://github.com/nette/php-generator/blame/master/src/PhpGenerator/Dumper.php#L115

dg commented 3 years ago

Printer has new property $wrapLength