for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Starkerxp\StructureBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\MappedSuperclass
*/
abstract class UtilisateurArchiveEntity extends UtilisateurEntity implements ArchiveInterface
{
* @var boolean
*
* @ORM\Column(name="is_archive", type="boolean", nullable=true, options={"default":0})
protected $isArchive = false;
public function getIsArchive()
return $this->isArchive;
}
public function setIsArchive($isArchive)
$this->isArchive = $isArchive;
This check marks files that end in a newline character, i.e. an empy line.
This check marks files that end in a newline character, i.e. an empy line.