From 608c4727a29a67952b0a9247901f06343fd442e0 Mon Sep 17 00:00:00 2001 From: Alexis Guyomar Date: Wed, 5 Feb 2025 18:00:18 +0100 Subject: [PATCH] fix: header stamp --- .../RestoreConfigurationValidator.php | 18 ++++++++++++++++++ .../RestoreConfigurationIsValid.php | 18 ++++++++++++++++++ .../Router/Middlewares/RestoreIsConfigured.php | 18 ++++++++++++++++++ .../RestoreConfigurationValidatorTest.php | 18 ++++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/classes/Parameters/RestoreConfigurationValidator.php b/classes/Parameters/RestoreConfigurationValidator.php index 9e735f34c..453841d78 100644 --- a/classes/Parameters/RestoreConfigurationValidator.php +++ b/classes/Parameters/RestoreConfigurationValidator.php @@ -1,4 +1,22 @@ + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 + */ namespace PrestaShop\Module\AutoUpgrade\Parameters; diff --git a/classes/Router/Middlewares/RestoreConfigurationIsValid.php b/classes/Router/Middlewares/RestoreConfigurationIsValid.php index 7d34c0067..b7c4b7ef5 100644 --- a/classes/Router/Middlewares/RestoreConfigurationIsValid.php +++ b/classes/Router/Middlewares/RestoreConfigurationIsValid.php @@ -1,4 +1,22 @@ + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 + */ namespace PrestaShop\Module\AutoUpgrade\Router\Middlewares; diff --git a/classes/Router/Middlewares/RestoreIsConfigured.php b/classes/Router/Middlewares/RestoreIsConfigured.php index 4a822a0f6..d4a16a62f 100644 --- a/classes/Router/Middlewares/RestoreIsConfigured.php +++ b/classes/Router/Middlewares/RestoreIsConfigured.php @@ -1,4 +1,22 @@ + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 + */ namespace PrestaShop\Module\AutoUpgrade\Router\Middlewares; diff --git a/tests/unit/Parameters/RestoreConfigurationValidatorTest.php b/tests/unit/Parameters/RestoreConfigurationValidatorTest.php index 6b3093e31..ad93b7554 100644 --- a/tests/unit/Parameters/RestoreConfigurationValidatorTest.php +++ b/tests/unit/Parameters/RestoreConfigurationValidatorTest.php @@ -1,4 +1,22 @@ + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 + */ use PHPUnit\Framework\TestCase; use PrestaShop\Module\AutoUpgrade\Backup\BackupFinder;