bugbug icon indicating copy to clipboard operation
bugbug copied to clipboard

Consider using a consistent type for diff_id throughout the PhabricatorPatch class

Open suhaibmujahid opened this issue 6 months ago • 0 comments

Consider using a consistent type for diff_id throughout the class. Currently it accepts both str and int but the diff_id property always returns int, which could cause confusion.

Originally posted by @Copilot in https://github.com/mozilla/bugbug/pull/5303#discussion_r2400596679

suhaibmujahid avatar Oct 03 '25 02:10 suhaibmujahid