fix indentation
This commit is contained in:
parent
e3acf43dbc
commit
603f7a1664
@ -53,7 +53,7 @@ interface NamingStrategy
|
|||||||
*/
|
*/
|
||||||
function referenceColumnName();
|
function referenceColumnName();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return a join column name for a property
|
* Return a join column name for a property
|
||||||
*
|
*
|
||||||
* @param string $propertyName A property
|
* @param string $propertyName A property
|
||||||
@ -71,7 +71,7 @@ interface NamingStrategy
|
|||||||
*/
|
*/
|
||||||
function joinTableName($sourceEntity, $targetEntity, $propertyName = null);
|
function joinTableName($sourceEntity, $targetEntity, $propertyName = null);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the foreign key column name for the given parameters
|
* Return the foreign key column name for the given parameters
|
||||||
*
|
*
|
||||||
* @param string $entityName A entity
|
* @param string $entityName A entity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user