for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DoctrineRepoHelperTest\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* Class Example
* @package DoctrineRepoHelper\Entity
* @ORM\Entity(repositoryClass="DoctrineRepoHelperTest\Repository\ExampleRepository")
*/
class Example
{
* @var int
* @ORM\Column(type="integer")
* @ORM\Id
* @ORM\GeneratedValue
private $id;
$id
}