@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.

Dont display empty other locations of lint errors

vrana 5a9e8346 eb942f3e

+1 -1
+1 -1
src/applications/differential/field/specification/DifferentialLintFieldSpecification.php
··· 117 117 'show' => $show, 118 118 ); 119 119 120 - if (isset($message['locations'])) { 120 + if (!empty($message['locations'])) { 121 121 $locations = array(); 122 122 foreach ($message['locations'] as $location) { 123 123 $other_line = idx($location, 'line');