The class LunixREST\Server\Router\Endpoint\LoggingEndpoint has been deprecated with message: in favor of just directly using the LoggerAwareTrait.
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
* @var CacheItemPoolInterface
16
*/
17
protected $cachePool;
18
19
/**
20
* @param CacheItemPoolInterface $cacheItemPool
21
*/
22
public function setCachePool(CacheItemPoolInterface $cacheItemPool)
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.