From bf39f021d626c8a800b3f49292ffc7d5930f9942 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Mon, 31 Mar 2025 23:00:35 +0200 Subject: [PATCH] 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 --- src/infrastructure/customfield/field/PhabricatorCustomField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/customfield/field/PhabricatorCustomField.php b/src/infrastructure/customfield/field/PhabricatorCustomField.php index cdf5c81b63..8ce532e468 100644 --- a/src/infrastructure/customfield/field/PhabricatorCustomField.php +++ b/src/infrastructure/customfield/field/PhabricatorCustomField.php @@ -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. -- 2.51.2