Merge pull request #4865 from eileenmcnaughton/my-first-factory
[civicrm-core.git] / CRM / Core / Payment / PayPalIPN.php
index 448d377fc49e8bc8c8a2f0089f212fdbba8aada7..ae915749c82a2aff7e3244d67f9425f8cbb7545b 100644 (file)
@@ -226,7 +226,8 @@ class CRM_Core_Payment_PayPalIPN extends CRM_Core_Payment_BaseIPN {
    * @param bool $recur
    * @param bool $first
    */
-  function single(&$input, &$ids, &$objects,
+  function single(
+    &$input, &$ids, &$objects,
     $recur = FALSE,
     $first = FALSE
   ) {
@@ -286,7 +287,7 @@ class CRM_Core_Payment_PayPalIPN extends CRM_Core_Payment_BaseIPN {
   }
 
   public function main() {
-   //@todo - this could be refactored like PayPalProIPN & a test could be added
+    //@todo - this could be refactored like PayPalProIPN & a test could be added
 
     $objects = $ids = $input = array();
     $component = CRM_Utils_Array::value('module', $_GET);