mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
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:
parent
921dac7343
commit
2bc6986720
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ final class AlmanacQueryServicesConduitAPIMethod
|
|||
'ids' => 'optional list<id>',
|
||||
'phids' => 'optional list<phid>',
|
||||
'names' => 'optional list<phid>',
|
||||
'devicePHIDs' => 'option list<phid>',
|
||||
'devicePHIDs' => 'optional list<phid>',
|
||||
'serviceClasses' => 'optional list<string>',
|
||||
) + self::getPagerParamTypes();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue