Icon cleanup
[civicrm-core.git] / CRM / Core / BAO / Persistent.php
index 467dca9958d00a56cfc3ba2747bab94ff658b16d..a6b165a4f362af1ce29e92d1a1759076b0d302a5 100644 (file)
@@ -35,7 +35,7 @@
 class CRM_Core_BAO_Persistent extends CRM_Core_DAO_Persistent {
 
   /**
-   * Fetch object based on array of properties
+   * Fetch object based on array of properties.
    *
    * @param array $params
    *   (reference ) an assoc array of name/value pairs.
@@ -59,7 +59,7 @@ class CRM_Core_BAO_Persistent extends CRM_Core_DAO_Persistent {
   }
 
   /**
-   * Add the Persistent Record
+   * Add the Persistent Record.
    *
    * @param array $params
    *   Reference array contains the values submitted by the form.