| 1 | <?php |
||
| 24 | class ViewControllerFactory implements FactoryInterface |
||
| 25 | { |
||
| 26 | |||
| 27 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Create service |
||
| 36 | * |
||
| 37 | * @param ServiceLocatorInterface $serviceLocator |
||
| 38 | * @param string|null $name |
||
| 39 | * @param string|null $requestedName |
||
| 40 | * |
||
| 41 | * |
||
| 42 | * @return mixed |
||
| 43 | */ |
||
| 44 | public function createService(ServiceLocatorInterface $serviceLocator, $name = null, $requestedName = null) |
||
| 50 | |||
| 51 | |||
| 52 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.