Mark arcanistProjectID as nullable
Reviewers: joshuaspence
Mark arcanistProjectID as nullable
Description
Details
Event TimelineComment Actions Specifically, D13014 makes this nullable but we still think the type is id (not nullable) because that's the default for properties ending in ...ID. This causes a warning in bin/storage adjust. The fix is to specify the type as id? (nullable). |