1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

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
This commit is contained in:
vrana 2012-09-28 16:32:16 -07:00
parent a0070d8bf4
commit 395ab91b9a

View file

@ -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
*/