Completed
Push — master ( 48b974...5b523a )
by Jakub
02:39
created

Req2CmdBundle::getContainerExtension()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 8
Code Lines 4

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 8
rs 9.4285
c 0
b 0
f 0
cc 2
eloc 4
nc 2
nop 0
1
<?php
2
declare(strict_types=1);
3
4
namespace Eps\Req2CmdBundle;
5
6
use Symfony\Component\HttpKernel\Bundle\Bundle;
7
8
final class Req2CmdBundle extends Bundle
9
{
10
}
11