mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 20:57:36 +02:00
Merge pull request #32 from stof/default_values
Added missing initialization of the arrays for TestHandler
This commit is contained in:
@@ -22,8 +22,8 @@ use Monolog\Logger;
|
||||
*/
|
||||
class TestHandler extends AbstractProcessingHandler
|
||||
{
|
||||
protected $records;
|
||||
protected $recordsByLevel;
|
||||
protected $records = array();
|
||||
protected $recordsByLevel = array();
|
||||
|
||||
public function getRecords()
|
||||
{
|
||||
|
Reference in New Issue
Block a user