Completed
Push — master ( f80c62...510337 )
by Benoit
13s
created

PrestaImageBundle.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
namespace Presta\ImageBundle;
4
5
use Symfony\Component\HttpKernel\Bundle\Bundle;
6
7
/**
8
 * @author Benoit Jouhaud <[email protected]>
9
 */
10
class PrestaImageBundle 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...
11
{
12
}
13