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
Setting @type("DateTime") on a nullable entity property ends in a fatal error with the message "Catchable Fatal Error: Argument 2 passed to JMS\SerializerBundle\Serializer\Handler\DateTimeHandler::serializeDateTimeToJson() must be an instance of DateTime, null given in .../JMS/SerializerBundle/Serializer/Handler/DateTimeHandler.php line 67"
Catching it with setting parameter default to null it results in a fatal error on line 163 at GraphNavigator.
The text was updated successfully, but these errors were encountered:
Setting @typehttps://github.com/Type("DateTime") on a nullable entity
property ends in a fatal error with the message "Catchable Fatal Error:
Argument 2 passed to
JMS\SerializerBundle\Serializer\Handler\DateTimeHandler::serializeDateTimeToJson()
must be an instance of DateTime, null given in
.../JMS/SerializerBundle/Serializer/Handler/DateTimeHandler.php line 67"
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/248.
Setting @type("DateTime") on a nullable entity property ends in a fatal error with the message "Catchable Fatal Error: Argument 2 passed to JMS\SerializerBundle\Serializer\Handler\DateTimeHandler::serializeDateTimeToJson() must be an instance of DateTime, null given in .../JMS/SerializerBundle/Serializer/Handler/DateTimeHandler.php line 67"
Catching it with setting parameter default to null it results in a fatal error on line 163 at GraphNavigator.
The text was updated successfully, but these errors were encountered: