You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot be empty and must be filled with a value matching type `?`
This seems to be the responsible method, and the red block is where it falls into.
I'm not so familiar of course with this codebase, but can't it somehow use getType() here? When I replace that ? with $type->toString() it shows up nicely as DateTimeZone.
Cannot be empty and must be filled with a value matching type `DateTimeZone`.
I am trying to send these errors to our error reporting system, and looking to get something more meaningful than ? :)
The text was updated successfully, but these errors were encountered:
Hi there, not sure if this is intended, but consider this minimal example:
Output:
This seems to be the responsible method, and the red block is where it falls into.
I'm not so familiar of course with this codebase, but can't it somehow use
getType()
here? When I replace that?
with$type->toString()
it shows up nicely asDateTimeZone
.I am trying to send these errors to our error reporting system, and looking to get something more meaningful than
?
:)The text was updated successfully, but these errors were encountered: