From 2bc6986720f74df141d6fee590f508b904c29df6 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Sat, 28 Feb 2015 08:52:00 +1100 Subject: [PATCH] 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 --- .../almanac/conduit/AlmanacQueryServicesConduitAPIMethod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/almanac/conduit/AlmanacQueryServicesConduitAPIMethod.php b/src/applications/almanac/conduit/AlmanacQueryServicesConduitAPIMethod.php index c25d6ba6e8..4cd019fed3 100644 --- a/src/applications/almanac/conduit/AlmanacQueryServicesConduitAPIMethod.php +++ b/src/applications/almanac/conduit/AlmanacQueryServicesConduitAPIMethod.php @@ -16,7 +16,7 @@ final class AlmanacQueryServicesConduitAPIMethod 'ids' => 'optional list', 'phids' => 'optional list', 'names' => 'optional list', - 'devicePHIDs' => 'option list', + 'devicePHIDs' => 'optional list', 'serviceClasses' => 'optional list', ) + self::getPagerParamTypes(); }