Jaap van Otterdijk
Jaap van Otterdijk
To be able to use this very nice extension in the behat suite of the phpdocumentor I would like to bump a number of dependencies and the allowed php versions....
## Bug report | Question | Answer | ------------| --------------- | Box version | 3.8.4@120b0a3 2019-12-13 17:22:43 UTC | PHP version | 7.3.6 | Platform with version | Debian (docker...
This PR contains a proof of concept to make phpDocumentor extendable using extensions. The code works as is, however we need a number of tests and more stabelized code to...
*This PR is here for reference as a POC to be discussed in the core team, feel free to ignore it*
In phpDocumentor's master branch a `action.yml` has been added. This opens new doors for projects to use phpDocumentor in their github workflows. The action is a currently a minimal setup....
This is a POC using the new metadata concept in phpDocumentor to add extra information in your docs. It is far from usefull as many changes are needed in the...
Phpdocumentor has information about the class tree and interfaces implemented by an class. We should be able to show this information next to the method header to see its origin....
Docblocks are automatically inherited from parents. It depends on the type of the descriptor were the "parent" docblock can be found. `MethodDescriptor` can inherit information from a parent `ClassDescriptor` when...