Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
安装 phpdoc 后。我已经运行
phpdoc run -h
它给出了输出。但是运行时 phpdoc run -d . -t ouput 不会产生任何输出。需要做的任何更改请建议我。提前致谢
phpdoc run -d . -t ouput
验证您在同一个“。”中至少有一些 *.php 文件。源目录。