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

Made Printer::printAttributes protected (was private) #123

Closed Aterlupus closed 1 year ago

Aterlupus commented 1 year ago

Made Printer::printAttributes protected (was private) to enable possibility of changing its behavior by user (open-closed principle)