comment fixes
[civicrm-core.git] / tests / phpunit / api / v3 / UtilsTest.php
index 1365c5152781656e8e11a9cfbea1b48741557528..f0637e76ac4a2d5b115a0b967304658fe4d8d7ed 100644 (file)
@@ -111,6 +111,9 @@ class api_v3_UtilsTest extends CiviUnitTestCase {
    * @param string $action
    * @param array $params
    * @param bool $throws whether we should pass any exceptions for authorization failures
+   *
+   * @throws API_Exception
+   * @throws Exception
    * @return bool TRUE or FALSE depending on the outcome of the authorization check
    */
   function runPermissionCheck($entity, $action, $params, $throws = FALSE) {