Skip to content

Commit

Permalink
Update loading message
Browse files Browse the repository at this point in the history
Automatic commit for getparthenon/monorepo@e253e26
  • Loading branch information
that-guy-iain committed Jan 11, 2025
1 parent 323a658 commit 42e2851
Show file tree
Hide file tree
Showing 121 changed files with 121 additions and 121 deletions.
2 changes: 1 addition & 1 deletion src/ChargeBackServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/CreditServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/CustomerServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/BadAuthFailedRequestException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/FailedRequestException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/FieldNotSetException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/InvalidConfigException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/InvalidFieldsFailedRequestException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/InvalidProviderException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/MappingException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/MissingConfigFieldException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/NoResultFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/PaymentFailureException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ProviderFailureException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/UnsupportedFunctionalityException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ValidationFailureException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/HostedCheckoutServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/InvoiceServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Amount.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/BillingDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/CancelSubscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/CardDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/CardFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/CardFileDeletedResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/CardOnFileResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/ChargeBack/ChargeBack.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/ChargeCardResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/ChargeFailure.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/CheckoutCreation.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/CreatePrice.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Credit/BalanceOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Credit/CreditTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/CustomerCreation.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Enum/AggregateType.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Enum/BillingType.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Enum/ChargeFailureReasons.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Enum/ProrataType.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Enum/RefundType.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Enum/TierMode.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Enum/UsageType.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/*
* Copyright (C) 2020-2024 Iain Cambridge
* Copyright (C) 2020-2025 Iain Cambridge
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
Expand Down
Loading

0 comments on commit 42e2851

Please sign in to comment.