On Tue, 15 Apr 2025 at 20:59, Daniel Scherzer
wrote:
>
> On Tue, Apr 8, 2025 at 6:40 PM Daniel Scherzer
> wrote:
>>
>>
>> Since a lot of the discussion seems to be around static analysis and whether
>> there is a real use case for this, I wanted to share another use case I just
>> came across:
On Tue, Apr 8, 2025 at 6:40 PM Daniel Scherzer
wrote:
>
> Since a lot of the discussion seems to be around static analysis and
> whether there is a real use case for this, I wanted to share another use
> case I just came across: in the `thephpleague/commonmark` package,
> different renderers are
On Mon, Mar 10, 2025 at 12:05 PM Daniel Scherzer <
daniel.e.scher...@gmail.com> wrote:
> Hi internals,
>
> I'd like to start discussion on a new RFC about allowing `never` for
> parameter types when declaring a method.
>
> * RFC: https://wiki.php.net/rfc/never-parameters-v2
> * Implementation: htt