Results 3 issues of Román

**Steps to reproduce** Error handler: ``` public function handleError($type, $message, $file, $line) { $exception = new \ErrorException(); $trace = $exception->getTrace(); array_shift($trace); $this->getLogger()->log($this->errorTypeToLogLevel($type), $message, $trace) } ``` Next in MongoDBFormatter::formatArray we...

Bug

If I understand the documentation right, amqp allow to use multiple channels over single connection. E.g. producer and consumer. Then I have a question: why BaseAmqp's destructor closing not only...

I mark timers with tags like these: ` ['group' => 'mongodb', 'operation' => 'find', 'collection' => 'collection_name']` But starting from some point Timers.TagsName and Timers.TagsValue become array of empty arrays...