The interface BEAR\QueryRepository\HttpCacheInterface has been deprecated with message: Use \BEAR\Sunday\Extension\Transfer\HttpCacheInterface 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...
8
{
9
/**
10
* @var ResourceStorageInterface
11
*/
12
private $storage;
13
14
13
public function __construct(ResourceStorageInterface $storage)
15
{
16
13
$this->storage = $storage;
17
13
}
18
19
/**
20
* {@inheritdoc}
21
*/
22
2
public function isNotModified(array $server) : bool
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.