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