for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: DIEU
* Date: 10/05/2017
* Time: 02:24
*/
namespace Starkerxp\StructureBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
trait UuidTrait
{
* @var guid
*
* @ORM\Column(name="uuid", type="guid", nullable=false)
protected $uuid;
* Get uuid.
* @return guid
public function getUuid()
return $this->uuid;
}
* Set uuid.
* @param guid $uuid
public function setUuid($uuid)
$this->uuid = $uuid;
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.