CRM-15180 - https://issues.civicrm.org/jira/browse/CRM-15180
[civicrm-core.git] / CRM / Core / Smarty.php
index f683c56574a3767edbe1dc3839825e18767ecf2c..eb39ff0ad6de93125e1dbe734565f1cbc6aa9b32 100644 (file)
@@ -79,7 +79,7 @@ class CRM_Core_Smarty extends Smarty {
   private $backupFrames = array();
 
   /**
-   * class constructor
+   * Class constructor
    *
    * @return CRM_Core_Smarty
    * @access private
@@ -188,7 +188,7 @@ class CRM_Core_Smarty extends Smarty {
   }
 
   /**
-   * executes & returns or displays the template results
+   * Executes & returns or displays the template results
    *
    * @param string $resource_name
    * @param string $cache_id
@@ -231,7 +231,7 @@ class CRM_Core_Smarty extends Smarty {
   }
 
   /**
-   * @param $name
+   * @param string $name
    * @param $value
    */
   function appendValue($name, $value) {