From e8991271378c39896471c87658540b456242827c Mon Sep 17 00:00:00 2001 From: Art4 Date: Thu, 9 Jan 2025 08:11:38 +0000 Subject: [PATCH] Deprecate Container::setup() --- src/Core/Container.php | 2 ++ src/Core/DiceContainer.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/Core/Container.php b/src/Core/Container.php index f0f44f38db..42ed4ae83f 100644 --- a/src/Core/Container.php +++ b/src/Core/Container.php @@ -19,6 +19,8 @@ interface Container /** * Initialize the container with the given parameters * + * @deprecated + * * @param string $logChannel The Log Channel of this call * @param bool $withTemplateEngine true, if the template engine should be set too * diff --git a/src/Core/DiceContainer.php b/src/Core/DiceContainer.php index 8e0a95b472..d2abdc58fa 100644 --- a/src/Core/DiceContainer.php +++ b/src/Core/DiceContainer.php @@ -40,6 +40,8 @@ final class DiceContainer implements Container /** * Initialize the container with the given parameters * + * @deprecated + * * @param string $logChannel The Log Channel of this call * @param bool $withTemplateEngine true, if the template engine should be set too *