Jan Tvrdík
Jan Tvrdík
Thanks for reporting, but this is a [known limitation](https://github.com/JanTvrdik/intellij-latte#known-limitations). You need to wait for 0.2 release.
Really, not even callstack?
That has nothing to do with the type being union. It because it's a grammar conflict with static methods. So for example, if you could use any of the following,...
I tried improving the conflict resolution logic we use: https://github.com/phpstan/phpdoc-parser/pull/230
btw this is possibly relevant https://github.com/nette/tracy/pull/281/commits/62058e2b7fb89da25affd940b66ca5d6ab801855 from https://github.com/nette/tracy/pull/281
> The question is how to pass that the html filename from BlueScreenLogger to the other loggers when using a MultiLogger? * 62058e2b7fb89da25affd940b66ca5d6ab801855 solves this by not having `BlueScreenLogger` as...
This is no longer supported. To be honest, I don't really understand what was that useful for in the first place.
> Is this just a v7 completeness thing? Yes. It's something I'd like add soonish (in the next ~2 weeks), its one of few blocking features for v7.0 stable release....
> Is this project supposed to use tags like @param and @return? Yes. Can you give me example of code where you used `@param` and `@return` and it did not...
> ApiGen does not like the fact that I put the param description on the next line Yes, that's how the [phpstan's phpdoc parser](https://github.com/phpstan/phpdoc-parse) (which ApiGen uses) works. It will...