| 1 | <?php |
||
| 22 | class GravitonProxyBundle extends Bundle implements GravitonBundleInterface |
||
| 23 | { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritDoc} |
||
| 27 | * |
||
| 28 | * @return \Symfony\Component\HttpKernel\Bundle\Bundle[] |
||
|
|
|||
| 29 | */ |
||
| 30 | 8 | public function getBundles() |
|
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritDoc} |
||
| 39 | * |
||
| 40 | * @param ContainerBuilder $container Symfony Service container |
||
| 41 | * |
||
| 42 | * @return void |
||
| 43 | */ |
||
| 44 | 2 | public function build(ContainerBuilder $container) |
|
| 49 | } |
||
| 50 |
This check looks for the generic type
arrayas a return type and suggests a more specific type. This type is inferred from the actual code.