Merge pull request #13374 from cividesk/dev-627
[civicrm-core.git] / CRM / Core / Payment / PayPalProIPN.php
index d88f12de7deccd6b3de5f186efc98d236d2b316d..be4da0c8fc748fd27f111c197d22bd6092e3af1d 100644 (file)
@@ -54,8 +54,11 @@ class CRM_Core_Payment_PayPalProIPN extends CRM_Core_Payment_BaseIPN {
   protected $_isPaymentExpress = FALSE;
 
   /**
-   * Are we dealing with an event an 'anything else' (contribute)
-   * @var string component
+   * Component.
+   *
+   * Are we dealing with an event an 'anything else' (contribute).
+   *
+   * @var string
    */
   protected $_component = 'contribute';