@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

Clarify that a PHUITagView API argument is boolean, not a value in "millimeters"

Summary:
See PHI454. Ref T13102. This parameter is not named as clearly as it could be.

This is a buff to API humor.

See also <https://secure.phabricator.com/differential/diff/46024/>.

Test Plan: Read API method, laughed aloud ("LAL") much harder because the humor was now less subtle. Subtle humor is unsuitable for this project.

Maniphest Tasks: T13102

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

+2 -2
+2 -2
src/view/phui/PHUITagView.php
··· 117 117 return $this; 118 118 } 119 119 120 - public function setSlimShady($mm) { 121 - $this->slimShady = $mm; 120 + public function setSlimShady($is_eminem) { 121 + $this->slimShady = $is_eminem; 122 122 return $this; 123 123 } 124 124