mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-02 18:08:26 +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>',
|
'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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue