1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 12:47:39 +02:00

Update docblock

This commit is contained in:
Jordi Boggiano
2014-07-19 19:25:20 +02:00
parent 2c22e458a8
commit 68f8b1a27e

View File

@@ -35,7 +35,7 @@ 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)
*/
public function __construct($serverData = null, array $extraFields = null)