Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-12-22-22-01-44
[civicrm-core.git] / CRM / Batch / Page / Batch.php
index 7fec6d0a492ef5d5c766c5bdab1ad866a4277a0e..175e1e4f75bb6b59b2e71cfbefd0b5c7d48e6ce7 100644 (file)
@@ -83,6 +83,8 @@ class CRM_Batch_Page_Batch extends CRM_Core_Page_Basic {
   /**
    * Get user context.
    *
+   * @param null $mode
+   *
    * @return string user context.
    */
   function userContext($mode = NULL) {
@@ -90,9 +92,7 @@ class CRM_Batch_Page_Batch extends CRM_Core_Page_Basic {
   }
 
   /**
-   * browse all entities.
-   *
-   * @param int $action
+   * Browse all entities.
    *
    * @return void
    * @access public