Completed
Push — master ( 36f304...247c01 )
by Artem
03:05
created

PignusBundle

Complexity

Total Complexity 0

Size/Duplication

Total Lines 3
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 1

Importance

Changes 1
Bugs 0 Features 0
Metric Value
wmc 0
c 1
b 0
f 0
lcom 0
cbo 1
dl 0
loc 3
1
<?php
2
3
//----------------------------------------------------------------------
4
//
5
//  Copyright (C) 2017 Artem Rodygin
6
//
7
//  You should have received a copy of the MIT License along with
8
//  this file. If not, see <http://opensource.org/licenses/MIT>.
9
//
10
//----------------------------------------------------------------------
11
12
namespace Pignus;
13
14
use Symfony\Component\HttpKernel\Bundle\Bundle;
15
16
class PignusBundle extends Bundle
0 ignored issues
show
Bug introduced by
There is one abstract method setContainer in this class; you could implement it, or declare this class as abstract.
Loading history...
17
{
18
}
19