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;
use Override;
final class NullHttpCache implements HttpCacheInterface
{
/**
* {@inheritDoc}
*/
#[Override]
public function isNotModified(array $server): bool
return false;
}
public function transfer(): void