for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace BEAR\Sunday\Extension\Transfer;
final class NullHttpCache implements HttpCacheInterface
{
/**
* {@inheritDoc}
*/
public function isNotModified(array $server): bool
return false;
}
public function transfer(): void