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...
27
{
28
/**
29
* Create an ImageProcessing object
30
*
31
* @param ContainerInterface $container
32
* @param string $requestedName
33
6
* @param null|array $options
34
* @return ImageProcessing
35
*/
36
6
public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
37
{
38
6
return new ImageProcessing($container->get('TckImageResizerImagine'));
39
6
}
40
41
public function createService(ServiceLocatorInterface $services)
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.