From 395ab91b9afda077267bbd60e1060622615a3a2f Mon Sep 17 00:00:00 2001 From: vrana Date: Fri, 28 Sep 2012 16:32:16 -0700 Subject: [PATCH] Fix comment in field specification Test Plan: Logged type of 'arc:unit'. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3565 --- .../field/specification/DifferentialFieldSpecification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/differential/field/specification/DifferentialFieldSpecification.php b/src/applications/differential/field/specification/DifferentialFieldSpecification.php index 842a310bf0..868c78207a 100644 --- a/src/applications/differential/field/specification/DifferentialFieldSpecification.php +++ b/src/applications/differential/field/specification/DifferentialFieldSpecification.php @@ -908,7 +908,7 @@ abstract class DifferentialFieldSpecification { * the key from @{method:getRequiredDiffProperties}. * * @param string Diff property key. - * @return string|null Diff property, or null if the property does not have + * @return mixed|null Diff property, or null if the property does not have * a value. * @task context */