composer.json - Move ezc components from packages to composer.json
[civicrm-core.git] / CRM / Utils / Pager.php
index 222222f6758b47fc9e392cd09c1afe99682a22e5..7b6d3c71338bd1422a83e6b3d54e71ab75378438 100644 (file)
@@ -309,6 +309,11 @@ class CRM_Utils_Pager extends Pager_Sliding {
 
   /**
    * Build a url for pager links.
+   *
+   * @param string $key
+   * @param string $value
+   *
+   * @return string
    */
   public function makeURL($key, $value) {
     $href = CRM_Utils_System::makeURL($key, TRUE);