Skip to content

Commit

Permalink
Happy 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Aug 9, 2024
1 parent 14b1ff5 commit 3d6c943
Show file tree
Hide file tree
Showing 41 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion src/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Address
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Amount.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Amount
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AmountTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Amount transformer.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/BaseResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Base Resource
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Chargeback.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Chargeback
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie client.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down Expand Up @@ -101,7 +101,7 @@ public function get_user_agent() {

/**
* Helper function to check if the HTTP timeout could be increased.
*
*
* @link https://github.com/pronamic/wp-pay-core/issues/170
* @return bool
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie customer.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Error.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie error.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Line.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Line
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/LineType.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Line type
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Lines.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Lines
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Locales.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie locales.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Mandate.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mandate
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Methods.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie methods.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down Expand Up @@ -116,7 +116,7 @@ class Methods {

/**
* MyBank.
*
*
* @link https://github.com/mollie/mollie-api-php/blob/ed5b2ba1dc8f30a4674f10ca78ad547c2df91008/src/Types/PaymentMethod.php#L114-L117
* @link https://github.com/mollie/WooCommerce/blob/bda9155ac19e1c576f19f436d74fe3f7fe845298/src/PaymentMethods/Mybank.php#L7
* @link https://mybank.eu/
Expand Down
2 changes: 1 addition & 1 deletion src/ObjectAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Object access
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/ObjectBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Object builder
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Order
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/OrderRefundLineRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Order refund line request
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/OrderRefundLinesRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Order refund Lines request
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/OrderRefundRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie order refund request.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/OrderRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie order request.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Payment
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/PaymentDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Payment Details
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/PaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie payment request.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie profile.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Refund.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Refund
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/RefundRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie refund request.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/ResourceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie resource.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Sequence.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie sequence.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Shipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Shipment
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay\Gateways\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Statuses.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie statuses.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Bootstrap tests
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay\Core
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/phpstan/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Definitions for PHPStan.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay
*/
Expand Down
4 changes: 2 additions & 2 deletions tests/src/AmountTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie amount test.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay
*/
Expand All @@ -16,7 +16,7 @@
/**
* Title: Mollie amount tests
* Description:
* Copyright: 2005-2023 Pronamic
* Copyright: 2005-2024 Pronamic
* Company: Pronamic
*
* @author Reüel van der Steege
Expand Down
4 changes: 2 additions & 2 deletions tests/src/AmountTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie amount transformer test.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay
*/
Expand All @@ -16,7 +16,7 @@
/**
* Title: Mollie amount transformer tests
* Description:
* Copyright: 2005-2023 Pronamic
* Copyright: 2005-2024 Pronamic
* Company: Pronamic
*
* @author Reüel van der Steege
Expand Down
2 changes: 1 addition & 1 deletion tests/src/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie client test
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Mollie
*/
Expand Down
4 changes: 2 additions & 2 deletions tests/src/CustomerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie customer test.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay
*/
Expand All @@ -15,7 +15,7 @@
/**
* Title: Mollie customer tests
* Description:
* Copyright: 2005-2023 Pronamic
* Copyright: 2005-2024 Pronamic
* Company: Pronamic
*
* @author Remco Tolsma
Expand Down
2 changes: 1 addition & 1 deletion tests/src/OrderRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie order request test.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/src/PaymentRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Mollie payment request test.
*
* @author Pronamic <[email protected]>
* @copyright 2005-2023 Pronamic
* @copyright 2005-2024 Pronamic
* @license GPL-3.0-or-later
* @package Pronamic\WordPress\Pay
*/
Expand Down
Loading

0 comments on commit 3d6c943

Please sign in to comment.