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

Don't use parentheses for `echo` unnecessarily

Summary: As established in D10122.

Test Plan: I basically ran `arc lint --everything --apply-patches`.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D10437

+2 -2
+1 -1
resources/sql/patches/20130507.releephrqmailkeypop.php
··· 17 17 $rq->getTableName(), 18 18 Filesystem::readRandomCharacters(20), 19 19 $id); 20 - echo("Generated Key\n"); 20 + echo "Generated Key\n"; 21 21 } else { 22 22 echo "-\n"; 23 23 }
+1 -1
resources/sql/patches/20130805.pastemailkeypop.php
··· 17 17 $paste->getTableName(), 18 18 Filesystem::readRandomCharacters(20), 19 19 $id); 20 - echo("Generated Key\n"); 20 + echo "Generated Key\n"; 21 21 } else { 22 22 echo "-\n"; 23 23 }