Skip to content

Commit 652527f

Browse files
committed
Merge branch 'feature/monolog-handler' of github.com:justbetter/magento2-sentry into feature/monolog-handler
2 parents 98a7d74 + 107c88e commit 652527f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/MonologPlugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class MonologPlugin extends Monolog
1616
* @param Sentry $sentryHandler
1717
* @param \Monolog\Handler\HandlerInterface[] $handlers Optional stack of handlers, the first one in the array is called first, etc.
1818
* @param callable[] $processors Optional array of processors
19-
*
19+
*
2020
* @phpstan-param array<(callable(LogRecord|array): LogRecord|array)|ProcessorInterface> $processors
2121
*/
2222
public function __construct(

0 commit comments

Comments
 (0)