theseer / phpdox

Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)
http://phpdox.de
Other
601 stars 121 forks source link

Dynamic properties creation are deprecated under PHP 8.2 #425

Closed dereckson closed 1 year ago

dereckson commented 1 year ago

Bootstrap and BootstrapAPI classes need properties explicitly declared.

The private $logger and private $api properties are the two needed for Bootstrap class, `$logger for BootstrapAPI. Private visiblity works well.

I can submit a PHP 7/8 compatible patch if needed.

theseer commented 1 year ago

Yes, please.

phpDox is suffering from neglect, I'm afraid.