INFRA-132 comments to end with full stops
[civicrm-core.git] / CRM / SMS / Provider.php
index d6d1c5df11ab7ba9c0ff4419015f0a2aa4429c0d..eb4818ec941315985db5d0874226d376ccb77ace 100644 (file)
@@ -44,7 +44,7 @@ abstract class CRM_SMS_Provider {
   const MAX_SMS_CHAR = 460;
 
   /**
-   * Singleton function used to manage this object
+   * Singleton function used to manage this object.
    *
    * @param array $providerParams
    * @param bool $force
@@ -87,7 +87,7 @@ abstract class CRM_SMS_Provider {
   }
 
   /**
-   * Send an SMS Message via the API Server
+   * Send an SMS Message via the API Server.
    */
   abstract public function send($recipients, $header, $message, $dncID = NULL);