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