for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Starkerxp\StructureBundle\DataFixtures;
use Ramsey\Uuid\Uuid;
class UuidProvider
{
public function uuid()
$uuid = Uuid::uuid4();
return $uuid->toString();
}
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.