Jaap van Otterdijk

Results 252 comments of Jaap van Otterdijk

We are using plantuml which is a java application, so you need to have java installed. Plantuml itself is shipped in the phar. Plantuml uses graphiz to render diagrams, so...

I started testing this more and discovered there are a lot of improvements needed and possible, so I'm currently implementing those and adding extra documentation about the diagram generation. It...

I just released phpDoc 3.7 which allows you to configure plantuml to avoid issues like this. The functionality has been documented: https://docs.phpdoc.org/guide/guides/generate-diagrams.html#generate-diagrams

I'm sorry to hear that I did break the error output. With the new 3.7.1 release this has been fixed. You should see the error: `Generating the class diagram failed:...

Looks like php cannot spawn a child process for some reason. Does it work if you try to run plantuml manually?

This seems to be related to these lines: https://github.com/symfony/process/blob/5.4/Process.php#L352-L353 Which means that for some reason your system doesn't allow phpDocumentor to start a new process. The actual cause seems to...

Ok, it looks like the generated uml is in correct as your classes are not namespaced. This needs another patch. Thanks for debugging. I will have a look what is...

No there is no progress on this item. Pr would be appreciated. I do not have time to dig into this

Yes I did check those settings, those resulted in the same behavior. I didn't check the other parsers but I assume they have nothing Todo with the issue we are...

I checked again... since I was using the parser just for a single tag this caused issues. So I do have a workaround that works for us right now. As...