Something went wrong. Try again.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
Something went wrong. Try again.
Replace a few null return values with void for consistency master
Summary: These private functions are not supposed to return anything as their return value is never read anyway, thus consistently return void instead of null (which makes no technical difference but is easier to read). Test Plan: Look at the other return values in the same function, and the calls of the function. Reviewers: O1 Blessed Committers, mainframe98 Reviewed By: O1 Blessed Committers, mainframe98 Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D26666
Author Andre Klapper Date (Jan 10, 2026, 2:54 PM UTC) Commit a0e2332c a0e2332cad6876c5217ceabe7bea613a8408cf50 Parent e2b1c69f e2b1c69ff705472c814e44069f1e9cd4ead1f02c