Jaap van Otterdijk

Results 252 comments of Jaap van Otterdijk

Thanks for your report, phpDocumentor doesn't do any validation right now so errors or warnings will not be generated. I think you are right about the duplicated declarations, they should...

I did recheck this issue and I came to the conclusion, native types will have to win from `@property` tags. This code example shows why: ```

@nicolas-grekas I added a proposal for the description of this tag. I would like to invite you to leave any comments in the pr if you want to improve the...

@ashnazg do you think we should add a pr for this on PSR-19?

Yes these will be reported as `InvalidTag`

Types are optional. I just noticed that the description of this issue is wrong. Thanks for the headsup @norkunas

Thanks for your pr, it would be useful to split this PR into several smaller PRS. so we can discuss the individual additions you did. Some of them can be...

I get your confusion. And when looking for an example I discovered that I didn't do this myself correctly in the past. The pseudotypes were introduced with the True and...

Reason to never use `null` is because everything has a type. I do see `Mixed_` as an unknown or undefined type. Where php does have `null` as possible types in...

I'm missing tests for the added types, to move forward faster I think it's better to split this pr in to several smaller ones, so I can merge and review...