Jaap van Otterdijk

Results 252 comments of Jaap van Otterdijk

I use the image myself. But I don't think it is wise to add it if you are not going to support it. I would like to have you with...

@mvriel I think we should add this in the future. It makes a lot of sense to have a description for the exprected callable.

When looking at this feature request it seemed very plausible to have this. On the other hand It would be strange to add arguments to the callable type of our...

Hi, Somehow, your requests slipped through. This library doesn't have our main focus as it has nearly any bugs that are preventing people from doing their work. Sorry for that....

Hi, Thanks for your pr. I do not think we should change the behavior of this trimmed white space. People using this library are expecting this to be done. What...

If you think you have a way to solve this, please create a PR. We can discuss the details later. In general, we should be able to fix issues without...

The mentioned reflection classes are part of phpdocumentor/reflection. I can imagine that we could create a param like class to support typed arguments. But before going that way I want...

I started an effort to get this thing done #304

The docblock class itself has a location. But tags do not. Since tags we don't use the location of the tags ourselfs. Beside that all other elements of our reflection...

Ok, I understand your usecase. It might work to use the position of a tag in the array returned by `getTags` + the number of lines in description and summary....