Passed
Push — master ( 2ea295...6493d0 )
by Dieter
05:58
created
Amadeus/Client/RequestOptions/TicketRepricePnrWithBookingClassOptions.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
 
157 157
 
158 158
     /**
159
-         * This option allows you to override the currency of the office.
159
+     * This option allows you to override the currency of the office.
160 160
      *
161 161
      * @var string
162 162
      */
Please login to merge, or discard this patch.
src/Amadeus/Client/RequestOptions/Fare/MasterPricer/MultiTicketWeights.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -33,21 +33,21 @@
 block discarded – undo
33 33
 class MultiTicketWeights extends LoadParamsFromArray
34 34
 {
35 35
     /**
36
-    * Recommendations for outbound (OWO)
37
-    *
38
-    * @var int
39
-    */
36
+     * Recommendations for outbound (OWO)
37
+     *
38
+     * @var int
39
+     */
40 40
     public $oneWayOutbound;
41 41
     /**
42
-    * Recommendations for inbound (OWI)
43
-    *
44
-    * @var int
45
-    */
42
+     * Recommendations for inbound (OWI)
43
+     *
44
+     * @var int
45
+     */
46 46
     public $oneWayInbound;
47 47
     /**
48
-    * Recommendations for complete journey (RT)
49
-    *
50
-    * @var int
51
-    */
48
+     * Recommendations for complete journey (RT)
49
+     *
50
+     * @var int
51
+     */
52 52
     public $returnTrip;
53 53
 }
Please login to merge, or discard this patch.