| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 69 | 3 | private function start() |
|
| 70 | { |
||
| 71 | 3 | @$void; |
|
|
1 ignored issue
–
show
|
|||
| 72 | 3 | $this->previous = error_get_last(); |
|
| 73 | 3 | $this->level = error_reporting(); |
|
| 74 | 3 | error_reporting(0); |
|
| 75 | 3 | } |
|
| 77 |