mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 16:46:11 +02:00
Move phpdoc to native types
This commit is contained in:
@@ -32,7 +32,7 @@ class WebProcessor implements ProcessorInterface
|
||||
*
|
||||
* @var array<string, string>
|
||||
*/
|
||||
protected $extraFields = [
|
||||
protected array $extraFields = [
|
||||
'url' => 'REQUEST_URI',
|
||||
'ip' => 'REMOTE_ADDR',
|
||||
'http_method' => 'REQUEST_METHOD',
|
||||
@@ -76,7 +76,7 @@ class WebProcessor implements ProcessorInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function __invoke(LogRecord $record): LogRecord
|
||||
{
|
||||
|
Reference in New Issue
Block a user