From 89750f3565a6549cdcf38a1ca2e5266f9dd1639c Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 28 Apr 2014 14:53:33 -0700 Subject: [PATCH] comment fix --- Civi/API/Request.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Civi/API/Request.php b/Civi/API/Request.php index e4ffa282c1..3c6586c8b2 100644 --- a/Civi/API/Request.php +++ b/Civi/API/Request.php @@ -36,6 +36,8 @@ class Request { * @param string $action * @param array $params * @param mixed $extra + * + * @throws \API_Exception * @return array the request descriptor; keys: * - version: int * - entity: string @@ -152,4 +154,4 @@ class Request { } } -} \ No newline at end of file +} -- 2.25.1