Completed
Push — master ( 1c0089...da0bc0 )
by Dieter
60:41
created
src/Amadeus/Client/Struct/Fare/PricePnr13/PricingOptionGroup.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
      * @param string $key
97 97
      * @param string $optionDetail
98 98
      */
99
-    public function __construct($key, $optionDetail=null)
99
+    public function __construct($key, $optionDetail = null)
100 100
     {
101 101
         $this->pricingOptionKey = new PricingOptionKey($key);
102 102
         if (isset($optionDetail)) {
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/Pnr/AddMultiElements/TravellerInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,6 +185,6 @@
 block discarded – undo
185 185
 
186 186
         $monthAndYear = strtoupper($dateOfBirth->format('My'));
187 187
 
188
-        return $day . $monthAndYear;
188
+        return $day.$monthAndYear;
189 189
     }
190 190
 }
Please login to merge, or discard this patch.