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
This commit is contained in:
parent
ef3e0a75f6
commit
bf39f021d6
|
@ -584,7 +584,7 @@ abstract class PhabricatorCustomField extends Phobject {
|
|||
* storing in auxiliary field storage. You must implement this method if
|
||||
* you implement @{method:shouldUseStorage}.
|
||||
*
|
||||
* If the field value is a scalar, it can be returned unmodiifed. If not,
|
||||
* If the field value is a scalar, it can be returned unmodified. If not,
|
||||
* it should be serialized (for example, using JSON).
|
||||
*
|
||||
* @return string Serialized field value.
|
||||
|
|
Loading…
Reference in a new issue