Eligijus Lipskis wrote:

> For:
> 
> use Foo\Bar\Email;
> use Foo\Bar\Phone;
> use Foo\Bar\Address\Code;
> use Foo\Bar\Address\Number;
> 
> The solution is:
> 
> use Foo\Bar\{
>     Email,
>     Phone,
>     Address\Code,
>     Address\Number
> };
> 
> Why can't we group use declarations this way ?
> use Foo\Bar\{
>     Email,
>     Phone,
>     Address\{Code, Number}
> };

Wrong mailing list[1].  Contact either [email protected] or
[email protected], depending on whether this is a question or a
feature request.  In the latter case consider to alternatively open a
ticket on <https://bugs.php.net/>.

Either way, I suggest to read through
<http://markmail.org/thread/eid2lx6zn7rubb5q> first – especially
<http://markmail.org/thread/eid2lx6zn7rubb5q#query:+page:1+mid:kc4d5b4bi2p23kl4+state:results>.

[1] <http://php.net/mailing-lists.php>

-- 
Christoph M. Becker

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to