From 8bd79d8d8e2c44f54146f1bc2529debfb868c83b Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 3 Jan 2023 10:49:19 +0100 Subject: [PATCH] use current copyright header --- d3DicHandler.php | 12 ++++++------ d3DicHandlerInterface.php | 13 +++++++++++++ d3DicUtilities.php | 12 ++++++------ definitionFileContainer.php | 13 +++++++++++++ 4 files changed, 38 insertions(+), 12 deletions(-) diff --git a/d3DicHandler.php b/d3DicHandler.php index b9e9cdf..7ccb2bf 100644 --- a/d3DicHandler.php +++ b/d3DicHandler.php @@ -1,18 +1,18 @@ - * @link http://www.oxidmodule.com + * @link https://www.oxidmodule.com */ +declare(strict_types=1); + namespace D3\DIContainerHandler; use d3DIContainerCache; diff --git a/d3DicHandlerInterface.php b/d3DicHandlerInterface.php index f81c1d7..1d1d156 100644 --- a/d3DicHandlerInterface.php +++ b/d3DicHandlerInterface.php @@ -1,5 +1,18 @@ + * @link https://www.oxidmodule.com + */ + +declare(strict_types=1); + namespace D3\DIContainerHandler; /** diff --git a/d3DicUtilities.php b/d3DicUtilities.php index 0284750..9684c8c 100644 --- a/d3DicUtilities.php +++ b/d3DicUtilities.php @@ -1,18 +1,18 @@ - * @link http://www.oxidmodule.com + * @link https://www.oxidmodule.com */ +declare(strict_types=1); + namespace D3\DIContainerHandler; class d3DicUtilities diff --git a/definitionFileContainer.php b/definitionFileContainer.php index 3163dbe..45452b1 100644 --- a/definitionFileContainer.php +++ b/definitionFileContainer.php @@ -1,5 +1,18 @@ + * @link https://www.oxidmodule.com + */ + +declare(strict_types=1); + namespace D3\DIContainerHandler; class definitionFileContainer