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

Avoid dynamic properties creation #426

Closed dereckson closed 1 year ago

dereckson commented 1 year ago

PHP 8.2 deprecated the dynamic object creation, by setting unknown properties.

This fixes the following issue: Creation of dynamic property TheSeer\phpDox\Bootstrap::$api is deprecated

Fixes #425