for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class OkapiNoncesEntity extends Oc\Repository\AbstractEntity
{
/** @var string */
public $consumerKey;
public $nonceHash;
/** @var int */
public $timestamp;
/**
* @return bool
*/
public function isNew()
return $this->consumerKey === null;
}