Skip to content

Commit 65ccead

Browse files
1 parent 67cfa38 commit 65ccead

14 files changed

Lines changed: 21 additions & 21 deletions

src/Walletobjects/EventTicketClass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,8 +1243,8 @@ public function getTextModulesData()
12431243
return $this->textModulesData;
12441244
}
12451245
/**
1246-
* Optional value added module data. Maximum of ten on the class. For a pass
1247-
* only ten will be displayed, prioritizing those from the object.
1246+
* Optional value added module data. Maximum of twelve on the class. For a
1247+
* pass only twelve will be displayed, prioritizing those from the object.
12481248
*
12491249
* @param ValueAddedModuleData[] $valueAddedModuleData
12501250
*/

src/Walletobjects/EventTicketObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ public function getValidTimeInterval()
878878
return $this->validTimeInterval;
879879
}
880880
/**
881-
* Optional value added module data. Maximum of ten on the object.
881+
* Optional value added module data. Maximum of twelve on the object.
882882
*
883883
* @param ValueAddedModuleData[] $valueAddedModuleData
884884
*/

src/Walletobjects/FlightClass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,8 +1168,8 @@ public function getTextModulesData()
11681168
return $this->textModulesData;
11691169
}
11701170
/**
1171-
* Optional value added module data. Maximum of ten on the class. For a pass
1172-
* only ten will be displayed, prioritizing those from the object.
1171+
* Optional value added module data. Maximum of twelve on the class. For a
1172+
* pass only twelve will be displayed, prioritizing those from the object.
11731173
*
11741174
* @param ValueAddedModuleData[] $valueAddedModuleData
11751175
*/

src/Walletobjects/FlightObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ public function getValidTimeInterval()
804804
return $this->validTimeInterval;
805805
}
806806
/**
807-
* Optional value added module data. Maximum of ten on the object.
807+
* Optional value added module data. Maximum of twelve on the object.
808808
*
809809
* @param ValueAddedModuleData[] $valueAddedModuleData
810810
*/

src/Walletobjects/GenericClass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ public function getTextModulesData()
378378
return $this->textModulesData;
379379
}
380380
/**
381-
* Optional value added module data. Maximum of ten on the class. For a pass
382-
* only ten will be displayed, prioritizing those from the object.
381+
* Optional value added module data. Maximum of twelve on the class. For a
382+
* pass only twelve will be displayed, prioritizing those from the object.
383383
*
384384
* @param ValueAddedModuleData[] $valueAddedModuleData
385385
*/

src/Walletobjects/GenericObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ public function getValidTimeInterval()
717717
return $this->validTimeInterval;
718718
}
719719
/**
720-
* Optional value added module data. Maximum of ten on the object.
720+
* Optional value added module data. Maximum of twelve on the object.
721721
*
722722
* @param ValueAddedModuleData[] $valueAddedModuleData
723723
*/

src/Walletobjects/GiftCardClass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,8 +964,8 @@ public function getTextModulesData()
964964
return $this->textModulesData;
965965
}
966966
/**
967-
* Optional value added module data. Maximum of ten on the class. For a pass
968-
* only ten will be displayed, prioritizing those from the object.
967+
* Optional value added module data. Maximum of twelve on the class. For a
968+
* pass only twelve will be displayed, prioritizing those from the object.
969969
*
970970
* @param ValueAddedModuleData[] $valueAddedModuleData
971971
*/

src/Walletobjects/GiftCardObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ public function getValidTimeInterval()
800800
return $this->validTimeInterval;
801801
}
802802
/**
803-
* Optional value added module data. Maximum of ten on the object.
803+
* Optional value added module data. Maximum of twelve on the object.
804804
*
805805
* @param ValueAddedModuleData[] $valueAddedModuleData
806806
*/

src/Walletobjects/LoyaltyClass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,8 +1093,8 @@ public function getTextModulesData()
10931093
return $this->textModulesData;
10941094
}
10951095
/**
1096-
* Optional value added module data. Maximum of ten on the class. For a pass
1097-
* only ten will be displayed, prioritizing those from the object.
1096+
* Optional value added module data. Maximum of twelve on the class. For a
1097+
* pass only twelve will be displayed, prioritizing those from the object.
10981098
*
10991099
* @param ValueAddedModuleData[] $valueAddedModuleData
11001100
*/

src/Walletobjects/LoyaltyObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ public function getValidTimeInterval()
817817
return $this->validTimeInterval;
818818
}
819819
/**
820-
* Optional value added module data. Maximum of ten on the object.
820+
* Optional value added module data. Maximum of twelve on the object.
821821
*
822822
* @param ValueAddedModuleData[] $valueAddedModuleData
823823
*/

0 commit comments

Comments
 (0)