| Summary: | Any info in CA hover boxes for phpDoc's tag @property | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Silver Zachara <silver.zachara> |
| Component: | PDT | Assignee: | PHP Core <php.core-inbox> |
| Status: | CLOSED FIXED | QA Contact: | Ilina Stefanova <ilina.s> |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
works for me now Verified. |
Hi, simply example: /** * Some info about class * @property int $foo Property foo * @property bool $baz Property baz */ class Magic { } $a = new Magic(); $a->| Info boxes are empty, only the name of the property is showed