Merge pull request #7019 from jitendrapurohit/CRM-17395
[civicrm-core.git] / CRM / Utils / Wrapper.php
index 31aed2c902ca2703282ff3f878213ef717d82dfd..5211aa68f74fd14a1eb690dbb16354b723ca1c43 100644 (file)
@@ -34,8 +34,6 @@
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id: $
- *
  */
 class CRM_Utils_Wrapper {
 
@@ -59,7 +57,7 @@ class CRM_Utils_Wrapper {
    *  - bool addSequence: should we add a unique sequence number to the end of the key
    *  - bool ignoreKey: should we not set a qfKey for this controller (for standalone forms)
    *
-   * @return void
+   * @return mixed
    */
   public function run($formName, $formLabel = NULL, $arguments = NULL) {
     if (is_array($arguments)) {