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
DateTime::createFromFormat(...) returns either a \DateTime instance or FALSE, not NULL. Working on the basis that there might be legitimate TrackChange constructor calls containing a NULL date parameter, line 67 has been expanded to check not only for NOT NULL but also NOT FALSE.
Without this additional check, a document with "Track Changes" enabled could cause an Exception to be raised when loaded into a reader.
"Exception: DateTime::__construct(): Failed to parse time string (@) at position 0 (@): Unexpected character"
0 commit comments