@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 function/method declaration lint in Phabricator. Automatic patches.

Auditors: vrana

+3 -6
+2 -4
src/applications/differential/render/DifferentialChangesetRenderer.php
··· 259 259 abstract public function renderTextChange( 260 260 $range_start, 261 261 $range_len, 262 - $rows 263 - ); 262 + $rows); 264 263 abstract public function renderFileChange( 265 264 $old = null, 266 265 $new = null, 267 266 $id = 0, 268 - $vs = 0 269 - ); 267 + $vs = 0); 270 268 271 269 abstract protected function renderChangeTypeHeader($force); 272 270
+1 -2
src/applications/files/PhabricatorImageTransformer.php
··· 61 61 $top, 62 62 $left, 63 63 $width, 64 - $height 65 - ) { 64 + $height) { 66 65 67 66 $image = $this->crasslyCropTo( 68 67 $file,