From: Art4 Date: Wed, 5 Feb 2025 15:32:24 +0000 (+0000) Subject: Remove wrong phpdoc X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c4f8c65817c478e0e682a8a74573deb634642c8b;p=friendica-addons.git Remove wrong phpdoc --- diff --git a/monolog/src/Factory/MonologFactory.php b/monolog/src/Factory/MonologFactory.php index ede4d5b2..e0c11e13 100644 --- a/monolog/src/Factory/MonologFactory.php +++ b/monolog/src/Factory/MonologFactory.php @@ -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;