Re: PSR-17 Explicit Nullable

2024-04-15 Thread Alessandro Chitolina
+1 Il giorno lunedì 15 aprile 2024 alle 16:00:50 UTC+2 Woody Gilk ha scritto: On Mon, Apr 15, 2024 at 8:40 AM Matteo Beccati wrote: Hi Vincent,Il 15/04/2024 15:28, Vincent de Lau ha scritto:> I would not mind a small rationale in the errata why it is `?string` and > not `string|null`. That

Re: PSR-17 Explicit Nullable

2024-04-15 Thread Larry Garfield
+1 (Please don't discuss in this thread, folks.) -- Larry Garfield la...@garfieldtech.com On Mon, Apr 15, 2024, at 12:11 PM, Woody Gilk wrote: > As editor of PSR-17, I hereby call a vote to: > 1. Change the minimum required version of PHP to 7.1 for PSR-17. > 2. Add explicit nullable

Re: PSR-17 Explicit Nullable

2024-04-15 Thread Korvin Szanto
+1 On Mon, Apr 15, 2024, 6:28 AM Vincent de Lau wrote: > +1 from me as well. > > I would not mind a small rationale in the errata why it is `?string` and > not `string|null`. > > On Monday, April 15, 2024 at 3:19:43 PM UTC+2 Ken Guest wrote: > >> and it's a +1 from me :-) >> >> On Monday, April

Re: PSR-17 Explicit Nullable

2024-04-15 Thread Woody Gilk
On Mon, Apr 15, 2024 at 8:40 AM Matteo Beccati wrote: > Hi Vincent,Il 15/04/2024 15:28, Vincent de Lau ha scritto:> I would not > mind a small rationale in the errata why it is `?string` and > > not `string|null`. > > That would mean raising the required version to 8.0, when union types > were

Re: PSR-17 Explicit Nullable

2024-04-15 Thread Ken Guest
and it's a +1 from me :-) On Monday, April 15, 2024 at 2:11:00 PM UTC+1 Matteo Beccati wrote: > +1 > > > thanks for the quick follow up! > > On Mon, Apr 15, 2024 at 2:12 PM Woody Gilk wrote: > >> As editor of PSR-17, I hereby call a vote to: >> >>1. Change the minimum required version of

Re: PSR-17 Explicit Nullable

2024-04-15 Thread Vincent de Lau
+1 from me as well. I would not mind a small rationale in the errata why it is `?string` and not `string|null`. On Monday, April 15, 2024 at 3:19:43 PM UTC+2 Ken Guest wrote: > and it's a +1 from me :-) > > On Monday, April 15, 2024 at 2:11:00 PM UTC+1 Matteo Beccati wrote: > >> +1 >> >> >>

Re: PSR-17 Explicit Nullable

2024-04-15 Thread Matteo Beccati
Hi Vincent,Il 15/04/2024 15:28, Vincent de Lau ha scritto:> I would not mind a small rationale in the errata why it is `?string` and not `string|null`. That would mean raising the required version to 8.0, when union types were introduced. Cheers -- Matteo Beccati Development & Consulting

Re: PSR-17 Explicit Nullable

2024-04-15 Thread Chuck Burgess
+1 CRB On Mon, Apr 15, 2024, 07:12 Woody Gilk wrote: > As editor of PSR-17, I hereby call a vote to: > >1. Change the minimum required version of PHP to 7.1 for PSR-17. >2. Add explicit nullable types to PSR-17 interfaces. >3. Tag a new release v1.1.0 of psr/http-factory with

Re: PSR-17 Explicit Nullable

2024-04-15 Thread Jaap van Otterdijk
+1 Jaapio Op maandag 15 april 2024 om 17:27:29 UTC+2 schreef Chuck Burgess: > +1 > CRB > > On Mon, Apr 15, 2024, 07:12 Woody Gilk wrote: > >> As editor of PSR-17, I hereby call a vote to: >> >>1. Change the minimum required version of PHP to 7.1 for PSR-17. >>2. Add explicit nullable

PSR-17 Explicit Nullable

2024-04-15 Thread Woody Gilk
As editor of PSR-17, I hereby call a vote to: 1. Change the minimum required version of PHP to 7.1 for PSR-17. 2. Add explicit nullable types to PSR-17 interfaces. 3. Tag a new release v1.1.0 of psr/http-factory with changes (1) and (2). The relevant PRs are:

Re: PSR-17 Explicit Nullable

2024-04-15 Thread Alessandro Lai
To clarify, this is the same as an Errata vote: https://www.php-fig.org/bylaws/voting-protocol/#errata-vote, which follows the Approval Vote procedures of: - only Core Committee members vote - 50% quorum - 2/3 majority required Il giorno lunedì 15 aprile 2024 alle 14:12:24 UTC+2

Re: PSR-17 Explicit Nullable

2024-04-15 Thread Matteo Beccati
+1 thanks for the quick follow up! On Mon, Apr 15, 2024 at 2:12 PM Woody Gilk wrote: > As editor of PSR-17, I hereby call a vote to: > >1. Change the minimum required version of PHP to 7.1 for PSR-17. >2. Add explicit nullable types to PSR-17 interfaces. >3. Tag a new release