It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
The interface Zend\ServiceManager\FactoryInterface has been deprecated with message: Use Zend\ServiceManager\Factory\FactoryInterface instead.
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be
removed from the class and what other constant to use instead.
Loading history...
13
{
14
/**
15
* Create an object
16
*
17
* @param ContainerInterface $container
18
* @param string $requestedName
19
* @param null|array $options
20
*
21
* @return object
22
* @throws ServiceNotFoundException if unable to resolve the service.
23
* @throws ServiceNotCreatedException if an exception is raised when
24
* creating a service.
25
* @throws ContainerException if any other error occurs
26
*/
27
1
public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.