Changes between Initial Version and Version 1 of Ticket #41756, comment 5
- Timestamp:
- 11/29/2017 09:57:40 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41756, comment 5
initial v1 74 74 75 75 - The basic alternative format seems to be accepted without throwing errors. 76 - The exotic format ([https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md#abnf array-expression]) seems to be thrown off by the non-recognised / non-valid keywords ("foobar", or exactly "(int" or exactly "string)[]"). 76 - The exotic format ([https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md#abnf array-expression]) seems to be thrown off by the non-recognised / non-valid keywords ("foobar", or exactly "(int" or exactly "string)[]"). More specifically, it seems to be treating them as class names.