I found these snippets:
https://psalm.dev/r/4a9515aee0
<?php
new DateTimeImmutable('now', new DateTimeZone('UTC'));
Psalm output (using commit 8926f1d):
ERROR: ImpureArgument - 2:30 - Cannot pass mutable value to DateTimeImmutable::__construct
DateTimeZone looks pretty immutable to me - unless anyone has any objections I鈥檒l treat it the same as DateTimeImmutable
@muglug
That would be great!
馃
Most helpful comment
DateTimeZonelooks pretty immutable to me - unless anyone has any objections I鈥檒l treat it the same asDateTimeImmutable