Merge branch 4.5 into 4.6
[civicrm-core.git] / CRM / Utils / SoapServer.php
index 6a972beb0551d044c9f45755f9db8a4f7162c91e..9c7a34f2028262b6ffe13433cec4057175a8047e 100644 (file)
@@ -82,7 +82,7 @@ class CRM_Utils_SoapServer {
   }
 
   /**
-   * Verify a SOAP key
+   * Verify a SOAP key.
    *
    * @param string $key
    *   The soap key generated by authenticate().
@@ -112,7 +112,7 @@ class CRM_Utils_SoapServer {
   }
 
   /**
-   * Authentication wrapper to the UF Class
+   * Authentication wrapper to the UF Class.
    *
    * @param string $name
    *   Login name.
@@ -147,7 +147,7 @@ class CRM_Utils_SoapServer {
   }
 
   /**
-   * MAILER API
+   * MAILER API.
    */
   public function mailer_event_bounce($key, $job, $queue, $hash, $body) {
     $this->verify($key);