Results 110 comments of Mike van Riel

Currently phpDocumentor literally interprets the expression in a define and is unable to parse that expression (due to the nature of Static Reflection). We could build an expansion on the...

In phpDocumentor 3.0 I had expected this to be fixed; so I went to revisit this issue. To my horror, this is still an issue and in the current release...

Hi @flack, You don't need to pass the ampersand (&) to the DocBlock's `@param` tag; phpDocumentor reads that from the signature. The Clean theme should show that it is a...

I think it would not hurt to add backwards compatibility to this item

Hi @olvlvl, At current there is no way to mark a magic method as being deprecated; in the draft of PSR-5 (the new PHPDoc standard) there is a syntax to...

I am working on a major update of the documentation but progress is slow on such things.

@jaapio what is the status of this PR; I am fearful that more incoming changes for the RST parser might influence this PR and it contains a lot of changes

Thank you for sharing; this is still an ongoing issue and I recognize the considerations that you have. I am starting to wonder if I shouldn't just design this in...

The best solution for me would be to add a new Plugin to phpDocumentor (see `/src/Plugin`) that adds support for a new tag. The description of tags are multiline strings...

The issue is clear to me. It will have an impact since people also link to PHP own materials and that would give warnings too. We have a story to...