Passed
Pull Request — master (#23)
by
unknown
01:00
created
src/Method/Payment/Payment.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -413,10 +413,10 @@
 block discarded – undo
413 413
         $this->threeDS2AuthorizationInformation = $threeDS2AuthorizationInformation;
414 414
     }
415 415
 
416
-     /**
417
-     * Gets the value of statementDescriptorSuffix.
418
-     * @return mixed
419
-     */
416
+        /**
417
+         * Gets the value of statementDescriptorSuffix.
418
+         * @return mixed
419
+         */
420 420
     public function getStatementDescriptorSuffix()
421 421
     {
422 422
         return $this->statementDescriptorSuffix;
Please login to merge, or discard this patch.