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

PignusBundle.php (1 issue)

Labels
Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

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
There is one abstract method setContainer in this class; you could implement it, or declare this class as abstract.
Loading history...
17
{
18
}
19