Skip to content

Commit

Permalink
add ReturnTypeWillChange attribute (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiano-mallmann authored Feb 24, 2023
1 parent c400fe1 commit 6b694a1
Show file tree
Hide file tree
Showing 215 changed files with 215 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Models/CancelSplitRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateAccessTokenRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateAddressRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateAnticipationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateAntifraudRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateApplePayHeaderRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateApplePayRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateAutomaticAnticipationSettingsRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateBankAccountRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateBankTransferPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateBoletoPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCancelChargeRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCancelChargeSplitRulesRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCancelSubscriptionRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCaptureChargeRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCardOptionsRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCardPaymentContactlessPOIRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCardPaymentContactlessRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCardRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCardTokenRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCashPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateChargeRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCheckoutBankTransferRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCheckoutBoletoPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCheckoutCardInstallmentOptionRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCheckoutCreditCardPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCheckoutDebitCardPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCheckoutPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCheckoutPixPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateClearSaleRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateConfirmPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCreditCardPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateCustomerRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateDebitCardPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateDeviceRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateDiscountRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateEmvDataDecryptRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateEmvDataDukptDecryptRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateEmvDataTlvDecryptRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateEmvDecryptRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateFineRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateGooglePayHeaderRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateGooglePayRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateIncrementRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateInterestRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateInvoiceRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateLocationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateOrderItemRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreateOrderRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
1 change: 1 addition & 0 deletions src/Models/CreatePaymentAuthenticationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function __construct()
/**
* Encode this object to JSON
*/
#[\ReturnTypeWillChange]
public function jsonSerialize()
{
$json = array();
Expand Down
Loading

0 comments on commit 6b694a1

Please sign in to comment.