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

PhabricatorCustomField: Fix a typo in PHPDoc

Summary: Trivial typo fix.

Test Plan: Read slowly.

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25941

+1 -1
+1 -1
src/infrastructure/customfield/field/PhabricatorCustomField.php
··· 584 584 * storing in auxiliary field storage. You must implement this method if 585 585 * you implement @{method:shouldUseStorage}. 586 586 * 587 - * If the field value is a scalar, it can be returned unmodiifed. If not, 587 + * If the field value is a scalar, it can be returned unmodified. If not, 588 588 * it should be serialized (for example, using JSON). 589 589 * 590 590 * @return string Serialized field value.