mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-23 22:42:38 +01:00
Added missing initialization of the arrays for TestHandler
This commit is contained in:
parent
1defa7857f
commit
c1669860fa
@ -22,8 +22,8 @@ use Monolog\Logger;
|
||||
*/
|
||||
class TestHandler extends AbstractProcessingHandler
|
||||
{
|
||||
protected $records;
|
||||
protected $recordsByLevel;
|
||||
protected $records = array();
|
||||
protected $recordsByLevel = array();
|
||||
|
||||
public function getRecords()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user