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:
parent
a0070d8bf4
commit
395ab91b9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue