Revision 18cfa19079a7ea965dc2c35f95cf6f05e27f7011

Committed on 28/03/2023 12:39 am by Sébastien Santoro <dereckson@espace-win.org> [GitHub Diff]

Avoid dynamic properties creation

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