Test Setup Failed
Push — master ( c4d24d...9082b2 )
by Gabriel
13:27
created

Debug::enable()   B

Complexity

Conditions 8
Paths 13

Size

Total Lines 33

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 33
rs 8.1475
c 0
b 0
f 0
cc 8
nc 13
nop 2
1
<?php
2
3
namespace Nip\Debug;
4
5
use Symfony\Component\ErrorHandler\Debug as SymfonyDebug;
6
7
/**
8
 * Class Debug
9
 * @package Nip\Debug
10
 */
11
class Debug extends SymfonyDebug
12
{
13
}
14