for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @company MTE Telecom, Ltd.
* @author Roman Malashin <[email protected]>
*/
namespace Nnx\DataGrid\Adapter;
use Doctrine\ORM\EntityManagerInterface;
* Interface EntityManagerAwareInterface
* @package Nnx\DataGrid\Adapter
interface EntityManagerAwareInterface
{
* Возвращает EntityManager
* @return mixed
public function getEntityManager();
* Устанавдивает EntityManager
* @param EntityManagerInterface $entityManager
public function setEntityManager(EntityManagerInterface $entityManager);
}
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.