Select the types of activity you want to include in your feed.
@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
···11<?php
2233/*
44- * Copyright 2011 Facebook, Inc.
44+ * Copyright 2012 Facebook, Inc.
55 *
66 * Licensed under the Apache License, Version 2.0 (the "License");
77 * you may not use this file except in compliance with the License.
···1717 */
18181919abstract class DifferentialRevisionDetailRenderer {
2020+ private $vsDiff;
2121+2222+ final public function setVSDiff(DifferentialDiff $diff) {
2323+ $this->vsDiff = $diff;
2424+ return $this;
2525+ }
2626+2727+ final protected function getVSDiff() {
2828+ return $this->vsDiff;
2929+ }
20302131 /**
2232 * This function must return an array of action links that will be