From 60c4beb8953664a7f816e7c12948730e081e7d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=C3=BCel=20van=20der=20Steege?= Date: Fri, 9 Aug 2024 16:29:49 +0200 Subject: [PATCH] Happy 2024. --- src/AbstractIntegration.php | 2 +- src/Statuses.php | 2 +- tests/bootstrap.php | 2 +- tests/phpstan/bootstrap.php | 2 +- tests/src/StatusesTest.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/AbstractIntegration.php b/src/AbstractIntegration.php index 2a58771..505eded 100644 --- a/src/AbstractIntegration.php +++ b/src/AbstractIntegration.php @@ -7,7 +7,7 @@ /** * Title: iDEAL abstract integration * Description: - * Copyright: 2005-2023 Pronamic + * Copyright: 2005-2024 Pronamic * Company: Pronamic * * @author Remco Tolsma diff --git a/src/Statuses.php b/src/Statuses.php index 96a2f0c..957c6ff 100644 --- a/src/Statuses.php +++ b/src/Statuses.php @@ -5,7 +5,7 @@ /** * Title: iDEAL statuses constants * Description: - * Copyright: 2005-2023 Pronamic + * Copyright: 2005-2024 Pronamic * Company: Pronamic * * @author Remco Tolsma diff --git a/tests/bootstrap.php b/tests/bootstrap.php index f23e567..da52fc9 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -3,7 +3,7 @@ * Bootstrap tests * * @author Pronamic - * @copyright 2005-2023 Pronamic + * @copyright 2005-2024 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Pay\Gateways\IDeal */ diff --git a/tests/phpstan/bootstrap.php b/tests/phpstan/bootstrap.php index abaf869..a662fc0 100644 --- a/tests/phpstan/bootstrap.php +++ b/tests/phpstan/bootstrap.php @@ -3,7 +3,7 @@ * Definitions for PHPStan. * * @author Pronamic - * @copyright 2005-2023 Pronamic + * @copyright 2005-2024 Pronamic * @license GPL-3.0-or-later * @package Pronamic\WordPress\Pay */ diff --git a/tests/src/StatusesTest.php b/tests/src/StatusesTest.php index 9a56a5a..0399cd1 100644 --- a/tests/src/StatusesTest.php +++ b/tests/src/StatusesTest.php @@ -7,7 +7,7 @@ /** * Title: iDEAL statuses constants tests * Description: - * Copyright: 2005-2023 Pronamic + * Copyright: 2005-2024 Pronamic * Company: Pronamic * * @author Remco Tolsma