Completed
Push — fopcreatefop ( 43117b...97f2d4 )
by Dieter
06:06
created
src/Amadeus/Client/Struct/Fop/AddressDetails.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     public function __construct($addressLines)
77 77
     {
78 78
         foreach ($addressLines as $key => $line) {
79
-            $lineNumProp = 'line'.($key+1);
79
+            $lineNumProp = 'line'.($key + 1);
80 80
             if (property_exists($this, $lineNumProp)) {
81 81
                 $this->$lineNumProp = $line;
82 82
             }
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Fop/ExtendedPaymentDetails.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
                 $date = $startDate->format('yz');
173 173
                 break;
174 174
             default:
175
-                throw new \RuntimeException("Installments Format '" . $format . "' is not implemented!");
175
+                throw new \RuntimeException("Installments Format '".$format."' is not implemented!");
176 176
         }
177 177
 
178 178
         return $date;
Please login to merge, or discard this patch.