mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 16:46:11 +02:00
CS fixes
This commit is contained in:
@@ -60,5 +60,4 @@ abstract class MemoryProcessor
|
||||
|
||||
return $bytes . ' B';
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -41,7 +41,7 @@ class WebProcessor
|
||||
public function __construct($serverData = null, array $extraFields = null)
|
||||
{
|
||||
if (null === $serverData) {
|
||||
$this->serverData =& $_SERVER;
|
||||
$this->serverData = &$_SERVER;
|
||||
} elseif (is_array($serverData) || $serverData instanceof \ArrayAccess) {
|
||||
$this->serverData = $serverData;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user