Merge pull request #4621 from atif-shaikh/CRM-15589
[civicrm-core.git] / CRM / Utils / Request.php
index eea57653e1d1168c4175d6cb529482e3a8780515..a3021c2f11010cf84ae53d6235d94ec3873b8bc1 100644 (file)
@@ -59,7 +59,7 @@ class CRM_Utils_Request {
    *
    * @param string $name name of the variable to be retrieved
    * @param string $type  type of the variable (see CRM_Utils_Type for details)
-   * @param stdClass $store session scope where variable is stored
+   * @param object $store session scope where variable is stored
    * @param bool $abort is this variable required
    * @param mixed $default default value of the variable if not present
    * @param string $method where should we look for the variable
@@ -125,7 +125,6 @@ class CRM_Utils_Request {
    * This is a replacement for $_REQUEST which includes $_GET/$_POST
    * but excludes $_COOKIE / $_ENV / $_SERVER.
    *
-   * @internal param string $method
    * @return array
    */
   static function exportValues() {