Merge pull request #4621 from atif-shaikh/CRM-15589
[civicrm-core.git] / CRM / Utils / Request.php
index 216cf9c324cc98aa10eb256f1c5baa09c5649b2c..a3021c2f11010cf84ae53d6235d94ec3873b8bc1 100644 (file)
@@ -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() {