Jaap van Otterdijk

Results 69 issues of Jaap van Otterdijk

As an extension developer, I want to add extra information in the phpDocumentor AST to be able to render this in the templates. We want phpDocumentor to be flexible, right...

As a template developer, I want to create a custom report / index file based on the phpDocumentor ast. Given the fact that we do continuously improve the default template...

template

With help from @theseer, I got a modified version of phive which gives me some more output when key validation fails. The error code itself cannot be found in: https://raw.githubusercontent.com/gpg/libgpg-error/master/src/err-codes.h.in...

Because I'm not sure if you want to provide this, before creating a PR and put more effort in this I create this issue. I did some small steps to...

enhancement
question
discussion

Related to: https://github.com/phpDocumentor/phpDocumentor/issues/2341 It seems that phive doesn't resolve the latest version of phpDocumentor correctly. The problem seems to be the `v` prefix of the versions. You cannot specify the...

Given the following test case, our Description doesn't work as expected with nested braces in inline tags. ``` /** * @uses \phpDocumentor\Reflection\DocBlock\Description * @uses \phpDocumentor\Reflection\DocBlock\Tags\Link * @uses \phpDocumentor\Reflection\DocBlock\Tags\BaseTag * @uses...

bug
help wanted

This pr will add variadict and reference support to the `@method` arguments. Since we need to expose more information now the original `getArguments` method is deprecated, and will be replaced...

This is a POC to see what happens when we handover the return type of a method tag to our type resolver. First results look promising. refs #203