CRM-15988 - Cleanup internal use of entity names
[civicrm-core.git] / CRM / Core / Key.php
index 5978833ca7bf9f67df5eb0bfbd972319f76c57d0..88b60d02d25a922edc5ba62133a88fd1b56a74d9 100644 (file)
@@ -38,7 +38,7 @@ class CRM_Core_Key {
   static $_sessionID = NULL;
 
   /**
-   * Generate a private key per session and store in session
+   * Generate a private key per session and store in session.
    *
    * @return string
    *   private key for this session
@@ -95,7 +95,7 @@ class CRM_Core_Key {
   }
 
   /**
-   * Validate a form key based on the form name
+   * Validate a form key based on the form name.
    *
    * @param string $key
    * @param string $name