]> git.mxchange.org Git - friendica.git/commitdiff
Deprecate Container::setup()
authorArt4 <art4@wlabs.de>
Thu, 9 Jan 2025 08:11:38 +0000 (08:11 +0000)
committerArt4 <art4@wlabs.de>
Thu, 9 Jan 2025 08:11:38 +0000 (08:11 +0000)
src/Core/Container.php
src/Core/DiceContainer.php

index f0f44f38db7649424b0180c58e2c7e8954ee95ac..42ed4ae83f99302896245212ba90c7e16dde667e 100644 (file)
@@ -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
         *
index 8e0a95b472b7f7d6deab93a36d9f0c4b98b7f931..d2abdc58fa5e660efdcd890fb64ec46f2a063ad9 100644 (file)
@@ -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
         *