Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
20 | public static function getRequiredBundles($env) { |
||
|
|||
21 | $bundles = array(); |
||
22 | $bundles['StingerSoftEntitySearchBundle'] = '\StingerSoft\EntitySearchBundle\StingerSoftEntitySearchBundle'; |
||
23 | $bundles['KnpPaginatorBundle'] = 'Knp\Bundle\PaginatorBundle\KnpPaginatorBundle'; |
||
24 | return $bundles; |
||
25 | } |
||
26 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.