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