From 2429605fbd630992543b60ff39f1f2ba6377052c Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 25 May 2008 20:33:41 +0000 Subject: [PATCH] fixed formatting --- lib/Doctrine/ClassMetadata/CodeDriver.php | 32 ++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/lib/Doctrine/ClassMetadata/CodeDriver.php b/lib/Doctrine/ClassMetadata/CodeDriver.php index 237e3eabc..c60477bb2 100644 --- a/lib/Doctrine/ClassMetadata/CodeDriver.php +++ b/lib/Doctrine/ClassMetadata/CodeDriver.php @@ -1,10 +1,36 @@ -. + */ /** - * The code metadata driver loads the metadata of the classes through invoking + * The code metadata driver loads the metadata of the classes through invoking * a static callback method that needs to be implemented when using this driver. * - * @author Roman Borschel + * @author Konsta Vesterinen + * @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_CodeDriver {