Completed
Push — master ( 8a1a08...fed94f )
by Benjamin
05:56 queued 03:37
created

AlpixelCMSBundle::getContainerExtension()   B

Complexity

Conditions 6
Paths 8

Size

Total Lines 31
Code Lines 17

Duplication

Lines 0
Ratio 0 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
c 2
b 0
f 0
dl 0
loc 31
rs 8.439
cc 6
eloc 17
nc 8
nop 0
1
<?php
2
3
namespace Alpixel\Bundle\CMSBundle;
4
5
use Symfony\Component\DependencyInjection\Container;
6
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
7
use Symfony\Component\HttpKernel\Bundle\Bundle;
8
9
class AlpixelCMSBundle extends Bundle
10
{
11
}
12