Comment fixes
[civicrm-core.git] / CRM / Core / Page / Redirect.php
index f5f484e708ec0cd1b5ef78c6da3ff2c2cf8362bf..4498ecd0cd1a17f22da9ae2b69ea3e57c5d07c26 100644 (file)
  * @endcoe
  */
 class CRM_Core_Page_Redirect extends CRM_Core_Page {
+
+  /**
+   * Run page
+   *
+   * @param string $path
+   * @param array $pageArgs
+   *
+   * @return string|void
+   */
   public function run($path = NULL, $pageArgs = array()) {
     $url = self::createUrl($path, $_REQUEST, $pageArgs, TRUE);
     // return $url;