From 603f7a1664bfc4f619db1390b443873496a6ba9b Mon Sep 17 00:00:00 2001 From: "Fabio B. Silva" Date: Sat, 24 Dec 2011 12:34:49 -0200 Subject: [PATCH] fix indentation --- lib/Doctrine/ORM/Mapping/NamingStrategy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/ORM/Mapping/NamingStrategy.php b/lib/Doctrine/ORM/Mapping/NamingStrategy.php index 36dd1234a..8a7cbb335 100644 --- a/lib/Doctrine/ORM/Mapping/NamingStrategy.php +++ b/lib/Doctrine/ORM/Mapping/NamingStrategy.php @@ -53,7 +53,7 @@ interface NamingStrategy */ function referenceColumnName(); - /** + /** * Return a join column name for a property * * @param string $propertyName A property @@ -71,7 +71,7 @@ interface NamingStrategy */ function joinTableName($sourceEntity, $targetEntity, $propertyName = null); - /** + /** * Return the foreign key column name for the given parameters * * @param string $entityName A entity