@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
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo in comment

+4 -4
+4 -4
src/applications/differential/parser/DifferentialChangesetParser.php
··· 970 970 // 1: function f() { 971 971 // 2: 972 972 // 2: return; 973 - // 3: 974 - // 3: } 975 - // 4: 976 - // 4: } 973 + // 1: 974 + // 1: } 975 + // 0: 976 + // 0: } 977 977 // 978 978 $depths = array(); 979 979 $last_depth = 0;