On Tue, Jan 3, 2023, 17:44 Christoph M. Becker wrote:
> On 03.01.2023 at 10:48, Philip Hofstetter wrote:
>
> > `DateTimeImmutable::modify()` is documented as returning
> > `DateTimeImmutable`, but it seems to actually be more specifically
> > returning `static`:
> >
> > https://3v4l.org/j9ZSo
> >
On 03.01.2023 at 10:48, Philip Hofstetter wrote:
> `DateTimeImmutable::modify()` is documented as returning
> `DateTimeImmutable`, but it seems to actually be more specifically
> returning `static`:
>
> https://3v4l.org/j9ZSo
>
> Now I'm wondering whether this is a documentation issue (where it
>
On Tue, Jan 3, 2023, at 3:48 AM, Philip Hofstetter wrote:
> Hi,
>
> `DateTimeImmutable::modify()` is documented as returning
> `DateTimeImmutable`, but it seems to actually be more specifically
> returning `static`:
>
> https://3v4l.org/j9ZSo
>
> Now I'm wondering whether this is a documentation is
Hi,
`DateTimeImmutable::modify()` is documented as returning
`DateTimeImmutable`, but it seems to actually be more specifically
returning `static`:
https://3v4l.org/j9ZSo
Now I'm wondering whether this is a documentation issue (where it
should return `static|false` and has not been updated to ac