| 1 | <?php |
||
| 20 | class Module |
||
| 21 | {
|
||
| 22 | |||
| 23 | /** |
||
| 24 | * Return an array for passing to Zend\Loader\AutoloaderFactory. |
||
| 25 | * |
||
| 26 | * @return array |
||
|
|
|||
| 27 | */ |
||
| 28 | public function getAutoloaderConfig() |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Returns the module configuration to merge with application configuration |
||
| 43 | * |
||
| 44 | * @return array|\Traversable |
||
| 45 | */ |
||
| 46 | public function getConfig() |
||
| 50 | |||
| 51 | } |
||
| 52 |
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.