Merge pull request #4865 from eileenmcnaughton/my-first-factory
[civicrm-core.git] / CRM / Core / Payment / PayPalIPN.php
index 2d8009ac8022f6bff6e1e216c4033c6e7f957288..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
   ) {