@@ -13,12 +13,12 @@ class MonologPlugin extends Monolog
13
13
/**
14
14
* @psalm-param array<callable(array): array> $processors
15
15
*
16
- * @param string $name The logging channel, a simple descriptive name that is attached to all log records
17
- * @param Data $sentryHelper
18
- * @param SentryLog $sentryLog
19
- * @param DeploymentConfig $deploymentConfig
20
- * @param \Monolog\Handler\HandlerInterface[] $handlers Optional stack of handlers, the first one in the array is called first, etc.
21
- * @param callable[] $processors Optional array of processors
16
+ * @param string $name The logging channel, a simple descriptive name that is attached to all log records
17
+ * @param Data $sentryHelper
18
+ * @param SentryLog $sentryLog
19
+ * @param DeploymentConfig $deploymentConfig
20
+ * @param \Monolog\Handler\HandlerInterface[] $handlers Optional stack of handlers, the first one in the array is called first, etc.
21
+ * @param callable[] $processors Optional array of processors
22
22
*/
23
23
public function __construct (
24
24
$ name ,
@@ -34,10 +34,10 @@ public function __construct(
34
34
/**
35
35
* Adds a log record to Sentry.
36
36
*
37
- * @param int $level The logging level
38
- * @param string $message The log message
39
- * @param array $context The log context
40
- * @param DateTimeImmutable $datetime Datetime of log
37
+ * @param int $level The logging level
38
+ * @param string $message The log message
39
+ * @param array $context The log context
40
+ * @param DateTimeImmutable $datetime Datetime of log
41
41
*
42
42
* @return bool Whether the record has been processed
43
43
*/
0 commit comments