Remove some more variable variables
[civicrm-core.git] / Civi / Test / ContactTestTrait.php
index 26991ea8cfdf44cf4135a97122fea5785e9fc8f0..065c6bccb7e6289aaaaac010a87f6ef02e7643af 100644 (file)
@@ -74,7 +74,7 @@ trait ContactTestTrait {
    * @return int
    *   id of Individual created
    *
-   * @throws \CRM_Core_Exception
+   * @throws \CiviCRM_API3_Exception
    */
   public function individualCreate($params = [], $seq = 0, $random = FALSE) {
     $params = array_merge($this->sampleContact('Individual', $seq, $random), $params);