#1252 DDC-3496 - reverting interface BC break
This commit is contained in:
parent
369a9934a5
commit
025565005d
@ -71,10 +71,11 @@ interface NamingStrategy
|
||||
*
|
||||
* @param string $propertyName A property name.
|
||||
* @param string|null $className The fully-qualified class name.
|
||||
* This parameter is omitted from the signature due to BC
|
||||
*
|
||||
* @return string A join column name.
|
||||
*/
|
||||
function joinColumnName($propertyName, $className = null);
|
||||
function joinColumnName($propertyName/*, $className = null*/);
|
||||
|
||||
/**
|
||||
* Returns a join table name.
|
||||
|
Loading…
Reference in New Issue
Block a user