From c1b0ea8a73262cfc0094a667773943ecf451173e Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 25 May 2008 20:10:41 +0000 Subject: [PATCH] formatting fix --- lib/Doctrine/ClassMetadata/Factory.php | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/lib/Doctrine/ClassMetadata/Factory.php b/lib/Doctrine/ClassMetadata/Factory.php index 611576da1..23134a850 100644 --- a/lib/Doctrine/ClassMetadata/Factory.php +++ b/lib/Doctrine/ClassMetadata/Factory.php @@ -1,4 +1,4 @@ - + * @author Roman Borschel + * @package Doctrine + * @subpackage ClassMetadata + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @version $Revision$ + * @link www.phpdoctrine.org + * @since 2.0 */ class Doctrine_ClassMetadata_Factory { @@ -132,7 +138,8 @@ class Doctrine_ClassMetadata_Factory } } - protected function _addInheritedRelations($subClass, $parentClass) { + protected function _addInheritedRelations($subClass, $parentClass) + { foreach ($parentClass->getRelationParser()->getRelationDefinitions() as $name => $definition) { $subClass->getRelationParser()->addRelationDefinition($name, $definition); }