mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 05:07:36 +02:00
Update docblock
This commit is contained in:
@@ -35,8 +35,8 @@ class WebProcessor
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param mixed $serverData Array or object w/ ArrayAccess that provides access to the $_SERVER data
|
* @param array|\ArrayAccess $serverData Array or object w/ ArrayAccess that provides access to the $_SERVER data
|
||||||
* @param array|null $extraFields Extra field names to be added (all available by default)
|
* @param array|null $extraFields Extra field names to be added (all available by default)
|
||||||
*/
|
*/
|
||||||
public function __construct($serverData = null, array $extraFields = null)
|
public function __construct($serverData = null, array $extraFields = null)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user