Skip to content

Commit 9f46233

Browse files
authored
Merge pull request #164 from justbetter/analysis-YOGZ7y
Apply fixes from StyleCI
2 parents c207bb8 + 7e03caf commit 9f46233

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Logger/Handler/Sentry.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ class Sentry extends AbstractHandler
1212
/**
1313
* Construct.
1414
*
15-
* @param Data $sentryHelper
16-
* @param SentryLog $sentryLog
15+
* @param Data $sentryHelper
16+
* @param SentryLog $sentryLog
1717
* @param DeploymentConfig $deploymentConfig
1818
*/
1919
public function __construct(

Plugin/MonologPlugin.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ class MonologPlugin extends Monolog
1010
/**
1111
* @psalm-param array<callable(array): array> $processors
1212
*
13-
* @param string $name The logging channel, a simple descriptive name that is attached to all log records
13+
* @param string $name The logging channel, a simple descriptive name that is attached to all log records
1414
* @param Sentry $sentryHandler
15-
* @param \Monolog\Handler\HandlerInterface[] $handlers Optional stack of handlers, the first one in the array is called first, etc.
16-
* @param callable[] $processors Optional array of processors
15+
* @param \Monolog\Handler\HandlerInterface[] $handlers Optional stack of handlers, the first one in the array is called first, etc.
16+
* @param callable[] $processors Optional array of processors
1717
*/
1818
public function __construct(
1919
$name,

0 commit comments

Comments
 (0)