1
0
mirror of synced 2025-02-20 14:13:15 +03:00

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:
Brikou CARRE 2012-03-04 09:43:52 +01:00
parent 1a192b6530
commit e130df4f42

View File

@ -50,7 +50,8 @@ use Doctrine\ORM\EntityRepository;
*/
class <className> extends EntityRepository
{
}';
}
';
public function generateEntityRepositoryClass($fullClassName)
{