On Mon 15 Jun 2026, 15:09 Tim Düsterhus, <[email protected]> wrote: > Hi > > I just opened the vote on “Deprecate returning values from __construct() > and __destruct()”. > > RFC: https://wiki.php.net/rfc/deprecate-return-value-from-construct > Discussion: https://news-web.php.net/php.internals/130808 > > There is a single primary vote to cast. Voting closes 2026-06-29 > 14:00:00 UTC. > > Best regards > Tim Düsterhus >
Just to clarify: return $this->privateVoidReturning(); will also trigger a deprecation? >
