According to "Doctrine's implicit CS" and "Symfony's implicit CS" an empty line added to the end of the file (...same tweaks like the one pushed for the entity generator)
This commit is contained in:
parent
1a192b6530
commit
e130df4f42
@ -50,7 +50,8 @@ use Doctrine\ORM\EntityRepository;
|
||||
*/
|
||||
class <className> extends EntityRepository
|
||||
{
|
||||
}';
|
||||
}
|
||||
';
|
||||
|
||||
public function generateEntityRepositoryClass($fullClassName)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user