for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Saito\User\ReadPostings;
use Saito\User\ReadPostings\ReadPostingsInterface;
/**
* Nothing can be set read
*
* used as dummy for bots and test cases
*/
class ReadPostingsDummy implements ReadPostingsInterface
{
* {@inheritDoc}
public function set($entries)
}
public function delete()
public function isRead($posting, $key = 'time')
return true;