]> git.mxchange.org Git - friendica-addons.git/commitdiff
Remove wrong phpdoc
authorArt4 <art4@wlabs.de>
Wed, 5 Feb 2025 15:32:24 +0000 (15:32 +0000)
committerArt4 <art4@wlabs.de>
Wed, 5 Feb 2025 15:32:24 +0000 (15:32 +0000)
monolog/src/Factory/MonologFactory.php

index ede4d5b2aeddcb0fb6d249108d95b275b86cd474..e0c11e13729727347c1bb624282d3cdd15928906 100644 (file)
@@ -23,9 +23,6 @@ final class MonologFactory implements LoggerFactory
 
        private IManageConfigValues $config;
 
-       /**
-        * @param string $channel The channel for the logger
-        */
        public function __construct(IHaveCallIntrospections $introspection, IManageConfigValues $config)
        {
                $this->introspection = $introspection;