Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104091 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 6039 invoked from network); 4 Feb 2019 06:38:49 -0000 Received: from unknown (HELO mail-qk1-f171.google.com) (209.85.222.171) by pb1.pair.com with SMTP; 4 Feb 2019 06:38:49 -0000 Received: by mail-qk1-f171.google.com with SMTP id m17so7514848qki.5 for ; Sun, 03 Feb 2019 19:19:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=cgEVtY6cFLfucPrPTaFARcxby1mAGXCwUgCfv0DzDgM=; b=fcV8ydLcqCzhsfu3DPNaf/VqYcY8c0z3uAlqciGwGdKS06IVywlzA3wwYV0nQKiZUQ GTvuTGbWymyVVYYxzoJXm0+iy3kv9Re7eAHRN91huCctZT2YLH715lHWlK80urMqqDtd s10I0ayeKK8jt7qyDiteePEHCbXK1xClIx/QQxkavfKD8D81JtnUew4A34/bA3plvEY0 j2VRPdy5AtUx7Gf7d5bZmMuqINqxwzSpx0H6CF8GUhF8RqgiOzR8lPeS9jxuF4RuXXUQ g/C4eAVfEqwHVO3u0Aa5LagfNlxuUrxp3p8K+HuFn4akU1qchVBT1HBun31GCvOmyc+l XPzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=cgEVtY6cFLfucPrPTaFARcxby1mAGXCwUgCfv0DzDgM=; b=he8sLVyr7rRsgAuRYcKRMUaVQYsXNM2weaRhupdAQX9rACahUPodr1ufY0Ii6k/Vc2 +IhfvP2dpxlldkPKgm+OsDttK6+8q//7SGt52SvHgwOIVX28SOemL2z9Ws/epNE4SlsO ihjGvg0RWCjKCkkWpXJ5XUDE69v3+hcIzjbQ6APQG1GoNsZ0Aemyn9wBumQEtDazzFzV sBk+Wth7BM1wrq9rMPFfeY7BjGJ/vuPvtFzPC6Nn8N4Rpsv7205avQRv37IKlOOmwcP8 Hb0vkS1McEEDadFdlQfhIWy7wUpIYGDHAZmxbNZY/B6eRc4VXXgNhcxtebleuwzU1RLO Ks6w== X-Gm-Message-State: AJcUukeS28ysti0yGWIJS//yhM3cbjJMsK0P/vu/ZhkrdP38RCyWr/as ri/s7eh+tV35ZQ1q8emi5PZA+KAU9Zhc9DsrS09efVcI X-Google-Smtp-Source: ALg8bN70jZ6A3V8SuOjiXUhbu2gYMa73FQKbaMpZTjOiUNsLoBfvF8MYHh+OotWM7Pqc2c2pfkXLZQdLS23fUSb0zNo= X-Received: by 2002:a05:620a:136e:: with SMTP id d14mr42784189qkl.344.1549250376493; Sun, 03 Feb 2019 19:19:36 -0800 (PST) MIME-Version: 1.0 Date: Mon, 4 Feb 2019 04:22:09 +0100 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="0000000000005bef00058108f635" Subject: [PHP-DEV][RFC] Allow void return type variance From: netmo.php@gmail.com (Wes) --0000000000005bef00058108f635 Content-Type: text/plain; charset="UTF-8" Hello PHPeeps! Recent events convinced me to write this RFC :P Please have a read here https://wiki.php.net/rfc/allow-void-variance I am targeting all the supported PHP versions because this is mainly to placate the discontent that arised by PHPUnit enforcing its users to use void, so waiting 7.4 doesn't make much sense. FTR this is an improvement regardless of PHPUnit, and it's IMO a very reasonable change. Thank you for your time. Wes --0000000000005bef00058108f635--