I get Parse Error: Syntax error, unexpected '{', expecting T_STRING using use grouping feature:
use MyNamespace\Cache\{ <--
CacheFactory, CacheFactoryContract
};
PHP 7.0.13
phpDocumentor 2.9.0
We do not support this notation.
Hm, it is interesting that you insist phpdoc 2.9.0 supports php 7.0 syntax here https://github.com/phpDocumentor/phpDocumentor2/releases/tag/v2.9.0 and php 7.0 has group use declarations that is not supported. 馃槙
It's a feature of the 7.0 language syntax, why would you not support it?
Most helpful comment
Hm, it is interesting that you insist phpdoc 2.9.0 supports php 7.0 syntax here https://github.com/phpDocumentor/phpDocumentor2/releases/tag/v2.9.0 and php 7.0 has group use declarations that is not supported. 馃槙