Passed
Branch master (49c5ff)
by Jan
01:49
created
lib/Gateway.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -36,14 +36,14 @@
 block discarded – undo
36 36
         return $this->getloyToken;
37 37
     }
38 38
 
39
-  /**
40
-   * Register a payment provider
41
-   * @param string $paymentMethod Payment method identifier.
42
-   * @param array $config Configuration for the payment method.
43
-   * @return boolean True if the registration completed successfully.
44
-   * @throws Exception If the provided payment method is unsupported or the payment method
45
-   *                   configuration is incomplete.
46
-   */
39
+    /**
40
+     * Register a payment provider
41
+     * @param string $paymentMethod Payment method identifier.
42
+     * @param array $config Configuration for the payment method.
43
+     * @return boolean True if the registration completed successfully.
44
+     * @throws Exception If the provided payment method is unsupported or the payment method
45
+     *                   configuration is incomplete.
46
+     */
47 47
     public function registerPaymentProvider(string $paymentMethod, array $config): bool
48 48
     {
49 49
         try {
Please login to merge, or discard this patch.