According to "Doctrine's implicit CS" and "Symfony's implicit CS" an empty line added to the end of the file
This commit is contained in:
parent
48dcee9d60
commit
cb2c71b16a
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ use Doctrine\ORM\Mapping as ORM;
|
||||||
<entityClassName>
|
<entityClassName>
|
||||||
{
|
{
|
||||||
<entityBody>
|
<entityBody>
|
||||||
}';
|
}
|
||||||
|
';
|
||||||
|
|
||||||
private static $_getMethodTemplate =
|
private static $_getMethodTemplate =
|
||||||
'/**
|
'/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue