Completed
Pull Request — feature/eco-3135/dev (#40)
by Aleksey
11:32 queued 04:49
created
Yves/Heidelpay/Processor/HeidelpayDirectDebitRegistrationProcessor.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
      */
160 160
     protected function getRegistrationId(Request $request): int
161 161
     {
162
-        return (int)$request->get(static::REQUEST_PARAM_REGISTRATION_ID);
162
+        return (int) $request->get(static::REQUEST_PARAM_REGISTRATION_ID);
163 163
     }
164 164
 
165 165
     /**
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
      */
228 228
     public function filterResponseParameters(array $responseArray): array
229 229
     {
230
-        return array_filter($responseArray, function ($key) {
230
+        return array_filter($responseArray, function($key) {
231 231
             return !preg_match('/^paymentForm+|^lang+/', $key);
232 232
         }, ARRAY_FILTER_USE_KEY);
233 233
     }
Please login to merge, or discard this patch.