Passed
Pull Request — master (#74)
by oleksandr
04:50
created
Payone/Business/Api/Request/Container/GenericPayment/PaydataContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
      */
65 65
     protected function getPreparedKey(string $key): string
66 66
     {
67
-        $preparedKey = strtolower((string) preg_replace('/([a-z])([A-Z])/', '$1_$2', $key));
67
+        $preparedKey = strtolower((string)preg_replace('/([a-z])([A-Z])/', '$1_$2', $key));
68 68
         $template = 'add_paydata[KEY]';
69 69
 
70 70
         return str_replace('KEY', $preparedKey, $template);
Please login to merge, or discard this patch.