From 01c9a4ac1c791d04fe12c52b90c0aff28c1cc0c0 Mon Sep 17 00:00:00 2001 From: Alain Hippolyte Date: Thu, 8 Sep 2011 11:41:09 +0300 Subject: [PATCH] Fix documentation for metadata driver --- lib/Doctrine/ORM/Tools/Setup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/ORM/Tools/Setup.php b/lib/Doctrine/ORM/Tools/Setup.php index ddfc552e8..39b6465a3 100644 --- a/lib/Doctrine/ORM/Tools/Setup.php +++ b/lib/Doctrine/ORM/Tools/Setup.php @@ -121,7 +121,7 @@ class Setup } /** - * Create a configuration with an annotation metadata driver. + * Create a configuration with a xml metadata driver. * * @param array $paths * @param boolean $isDevMode @@ -137,7 +137,7 @@ class Setup } /** - * Create a configuration with an annotation metadata driver. + * Create a configuration with a yaml metadata driver. * * @param array $paths * @param boolean $isDevMode