for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dontdrinkandroot\Entity;
abstract class AbstractEntity implements EntityInterface
{
public function __construct()
}
/**
* @deprecated
*/
public function isPersisted()
return null !== $this->getId();