Merge pull request #15015 from eileenmcnaughton/import_message
[civicrm-core.git] / CRM / Price / BAO / PriceFieldValue.php
index 071d879aa36b56a531b47f526d3e6051765daee4..dd590ca82f9e011cb09c5c9bc785dab59ff0e130 100644 (file)
@@ -85,6 +85,8 @@ class CRM_Price_BAO_PriceFieldValue extends CRM_Price_DAO_PriceFieldValue {
    * @param $ids
    *
    * @return CRM_Price_DAO_PriceFieldValue
+   *
+   * @throws \CRM_Core_Exception
    */
   public static function create(&$params, $ids = []) {
     $id = CRM_Utils_Array::value('id', $params, CRM_Utils_Array::value('id', $ids));