Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111314 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 71281 invoked from network); 4 Aug 2020 15:01:04 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Aug 2020 15:01:04 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 05CFE1804C2 for ; Tue, 4 Aug 2020 06:58:45 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 4 Aug 2020 06:58:44 -0700 (PDT) Received: by mail-lj1-f174.google.com with SMTP id t6so30757220ljk.9 for ; Tue, 04 Aug 2020 06:58:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=hN5kU8jt1UuBZwCrglUOg2disdDnMScpaJYElWbJXek=; b=HAoBZ8SF9Ku/ubN28RrGj1YASO0cEAqceiI0IXeiR8LJ9Bt9HPumTWrTDLj1mSh1lt SvsnLi4J3BHHp+m9+cqG5qKlVE3tUhvTnfKHrB0pFFJ88Ij94elmezqopDlMI9k1ERRD kzIwM10FfpO/YTKQTK8oVxB1XJIMPhyD4/TbMzaE5kc0X294zzlIXJar4cayXJ0rMlgK jFh96IYSQB3+G0fuU3KPNoOFiFJnOIPmwuNqRic0xmeWiAyW6/DanXViTajVuiJ4tKhP HW5s+TSolzKYmUQ0N6s7qFCuMl4eG25JR+ZYmUCnBhO38KP8+42tOmIDNFHvdebII8tC J9KA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hN5kU8jt1UuBZwCrglUOg2disdDnMScpaJYElWbJXek=; b=fk3uFK3BS/TtIbLFfoRpiaoHi3JVMq8nyZucB2adE+gOEfq1KEH8Y5xsn5xie9BUwe Ra7KllBOmDRCgaG7SITeWoyAn4nOfyV+IQpublf27EeJHfti1brxGufDPP4JfEH+PG5a q+iOKU5KyERTySHWZVhlXDuk2L5PQRCthwghZ1RjVMrlssflrQs4RYJ66uBGiPpzUiJo JDQIC8oxgz0TxPYBUzusZbbWadyEAgVmfAf4iXnnjbJR/mdZMekFQbNngXO0N4J95Sjy lYUSCdp6xFqqmMdQrysJ8N5e4e0V0oIcTOq4WTQOaI1yh49dksjDirreMqhNOUcjfbB2 /dsA== X-Gm-Message-State: AOAM531E8W6lGvNiibdD7jtvRkLMYmTrlTUa/iaLrm6+40K3Ls5geLCH h7S6niLgm0dYNBYWANgWBMtePXAGT7xDVhbTBEo= X-Google-Smtp-Source: ABdhPJwRSsBqphoPLnovrdMcvjt+av7y96pG21UC6bELzl1NssHEu7wloSE07ASACiOD7edJOUZY+DmBSHX81eR7x78= X-Received: by 2002:a2e:9c59:: with SMTP id t25mr9811083ljj.402.1596549521268; Tue, 04 Aug 2020 06:58:41 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 4 Aug 2020 16:58:28 +0300 Message-ID: To: Derick Rethans Cc: PHP Developers Mailing List Content-Type: multipart/alternative; boundary="00000000000014e1aa05ac0da7e1" Subject: Re: [PHP-DEV] [RFC] Shorter Attribute Syntax Change RFC 0.2 From: benas.molis.iml@gmail.com (Benas IML) --00000000000014e1aa05ac0da7e1 Content-Type: text/plain; charset="UTF-8" A little nitpick but I don't think that `@@` really signals familiarity with docblocks. Nevertheless, I really like `@[...]`. I think it combines best of the both worlds (little-to-no BC breaks, ending delimiter, etc.) and also looks aesthetically pleasing. Best regards, Benas On Tue, Aug 4, 2020, 4:45 PM Derick Rethans wrote: > Hi, > > Out of Banjamin's suggestion[1], I've updated the Shorter Attribute > Syntax Change RFC to reflect that process: > > https://wiki.php.net/rfc/shorter_attribute_syntax_change > > Patches and comments welcome. > > FWIW, this has an excemption from the RM Sara as per [2]: > > > * Shorter Attribute Syntax Change > > - Joe/Derick - Please make sure this RFC moves along and reaches > > conclusion by beta3, as discussed previously. > > > cheers, > Derick > > [1] https://externals.io/message/111218#111261 > [2] https://externals.io/message/111286#111286 > > -- > PHP 7.4 Release Manager > Host of PHP Internals News: https://phpinternals.news > Like Xdebug? Consider supporting me: https://xdebug.org/support > https://derickrethans.nl | https://xdebug.org | https://dram.io > twitter: @derickr and @xdebug > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php > > --00000000000014e1aa05ac0da7e1--