Fix code formatting
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / payment / type / IPaymentType.class.php
index 9d894c4475ca3da79b51360d63da31401733e775..e935a497c3c059b905e6a0b93d25ee11cfcc2e64 100644 (file)
@@ -3,7 +3,7 @@ namespace wcf\system\payment\type;
 
 /**
  * Default interface for payment types.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2014 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
@@ -19,7 +19,7 @@ interface IPaymentType {
         * @param       string          $token
         * @param       float           $amount
         * @param       string          $currency
-        * @param       string          $transactionID
+        * @param       string          $transactionID
         * @param       string          $status
         * @param       array           $transactionDetails
         */