Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-06-23-18-25-12
[civicrm-core.git] / CRM / Utils / API / HTMLInputCoder.php
index c07f81f6df9504e93a44f64ecfc417088229e5c7..d34ee71b20048a249c064e523974acda3e3d1ae0 100644 (file)
@@ -130,6 +130,12 @@ class CRM_Utils_API_HTMLInputCoder extends CRM_Utils_API_AbstractFieldCoder {
     }
   }
 
+  /**
+   * @param $values
+   * @param bool $castToString
+   *
+   * @return mixed|void
+   */
   public function decodeOutput(&$values, $castToString = FALSE) {
     if (is_array($values)) {
       foreach ($values as &$value) {