Jaap van Otterdijk

Results 252 comments of Jaap van Otterdijk

It doesn't our team is preparing to pick up the discussion on psr-5 again.

The thing is not to implement this feature but to maintain al non php constructs in phpdocumentor. We are all looking for a way to fake enum behavior in php....

Hi, Thanks for reaching out. The template you created looks great, thanks for doing that! However, phpDocumentor is developed by a very small team. We do not earn any money...

Hi could you give this a try. create in your project a file `.phpdoc/template/docblock.xml.twig` with the following content: ``` {# @var descriptor \phpDocumentor\Descriptor\DescriptorAbstract #} {{ descriptor.summary }} {{ descriptor.description |...

Done, but I do not see any changes to the output: https://github.com/phpDocumentor/phpDocumentor/runs/1431924644?check_suite_focus=true

I was able to reproduce the issue local... it looks like the pecl extensions is doing something wrong here. That also explains why I didn't get the debug output... I...

@theseer is this issue open for pr's? I was expecting the same behavior. That install would respect the config. And update should be the only command change the config when...

To reduce the number of requests during CI is my use case. For example I'm installing `phpunit` `phpstan` and `psalm` in the same project, but I just want to execute...

@theseer can we get this discussion back to live? For phpdocumentor we are investigating the possible ways to introduce extensions. I like the way phpunit does it now but there...

Think the main issue is that you don't want to download all the revisions to see what is matching. I don't know the internals of composer but I think they...