Fix a typo
Summary: Self-explanatory. Test Plan: Eyeball it. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11902
This commit is contained in:
@@ -16,7 +16,7 @@ final class AlmanacQueryServicesConduitAPIMethod
|
|||||||
'ids' => 'optional list<id>',
|
'ids' => 'optional list<id>',
|
||||||
'phids' => 'optional list<phid>',
|
'phids' => 'optional list<phid>',
|
||||||
'names' => 'optional list<phid>',
|
'names' => 'optional list<phid>',
|
||||||
'devicePHIDs' => 'option list<phid>',
|
'devicePHIDs' => 'optional list<phid>',
|
||||||
'serviceClasses' => 'optional list<string>',
|
'serviceClasses' => 'optional list<string>',
|
||||||
) + self::getPagerParamTypes();
|
) + self::getPagerParamTypes();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user