diff --git a/Logger/Handler/Sentry.php b/Logger/Handler/Sentry.php index bab64676be46139010ee7c57ef93109d74a8067b..b52ca8235d2217e29de98749b85e83733aacff39 100644 --- a/Logger/Handler/Sentry.php +++ b/Logger/Handler/Sentry.php @@ -12,8 +12,8 @@ class Sentry extends AbstractHandler /** * Construct. * - * @param Data $sentryHelper - * @param SentryLog $sentryLog + * @param Data $sentryHelper + * @param SentryLog $sentryLog * @param DeploymentConfig $deploymentConfig */ public function __construct( diff --git a/Plugin/MonologPlugin.php b/Plugin/MonologPlugin.php index 074a649b0d915fe3e5b3eba3b53a699435d49b71..16a082f45439d7b4f27f263c91680cc1daaba9c6 100644 --- a/Plugin/MonologPlugin.php +++ b/Plugin/MonologPlugin.php @@ -10,10 +10,10 @@ class MonologPlugin extends Monolog /** * @psalm-param array $processors * - * @param string $name The logging channel, a simple descriptive name that is attached to all log records + * @param string $name The logging channel, a simple descriptive name that is attached to all log records * @param Sentry $sentryHandler - * @param \Monolog\Handler\HandlerInterface[] $handlers Optional stack of handlers, the first one in the array is called first, etc. - * @param callable[] $processors Optional array of processors + * @param \Monolog\Handler\HandlerInterface[] $handlers Optional stack of handlers, the first one in the array is called first, etc. + * @param callable[] $processors Optional array of processors */ public function __construct( $name,