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