Completed
Push — fopcreatefop ( 97f2d4...a66afc )
by Dieter
07:35
created
src/Amadeus/Client/Struct/Fop/ExtendedPaymentDetails.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -172,11 +172,11 @@
 block discarded – undo
172 172
                 case self::FORMAT_YYDDD:
173 173
                     $date = $startDate->format('yz');
174 174
                     if (strlen($date) === 4) {
175
-                        $date = substr($date, 0, 2) . "0" . substr($date, 2);
175
+                        $date = substr($date, 0, 2)."0".substr($date, 2);
176 176
                     }
177 177
                     break;
178 178
                 default:
179
-                    throw new \RuntimeException("Installments Format '" . $format . "' is not implemented!");
179
+                    throw new \RuntimeException("Installments Format '".$format."' is not implemented!");
180 180
             }
181 181
         }
182 182
 
Please login to merge, or discard this patch.