Tim Schwartz

Results 2 issues of Tim Schwartz

In the example documentation (https://phpdox.net/demo/phpDox/classes/TheSeer_phpDox_Application.xhtml), I can see type hints like: ``` private ProgressLogger $logger; private Factory $factory; ``` But, in my own generated documentation instead of seeing the type...