Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
11 | public function __construct() |
||
12 | { |
||
13 | parent::__construct(); |
||
14 | |||
15 | |||
16 | $this->addFormatter(new AggregateChildEventExceptionFormatter(), 1); |
||
17 | $this->addFormatter(new QueueableEntityFormatter(), 1); |
||
18 | $this->addFormatter(new AsyncEventFormatter(), 1); |
||
19 | $this->addFormatter(new AsyncActionFormatter(), 0); |
||
20 | $this->addFormatter(new ExecutionInfoFormatter(), 0); |
||
21 | $this->addFormatter(new ExceptionFormatter(), 0); |
||
22 | $this->addFormatter(new ValueFormatter(), -1); |
||
23 | } |
||
24 | } |