Merge pull request #4863 from totten/master-phpcbf4
[civicrm-core.git] / CRM / Pledge / Form / Task.php
index 6e342b082b82dee76634379e29e4272de9d1d3a6..7960c30a9652f247d2976e532778438144008782 100644 (file)
@@ -101,7 +101,7 @@ class CRM_Pledge_Form_Task extends CRM_Core_Form {
     }
     else {
       $queryParams = $form->get('queryParams');
-      $sortOrder = null;
+      $sortOrder = NULL;
       if ( $form->get( CRM_Utils_Sort::SORT_ORDER  ) ) {
         $sortOrder = $form->get( CRM_Utils_Sort::SORT_ORDER );
       }
@@ -149,7 +149,8 @@ class CRM_Pledge_Form_Task extends CRM_Core_Form {
    * Simple shell that derived classes can call to add buttons to
    * the form with a customized title for the main Submit
    *
-   * @param string $title title of the main button
+   * @param string $title
+   *   Title of the main button.
    * @param string $nextType
    * @param string $backType
    * @param bool $submitOnce