From 3419c65efee24788e603820deeb6c66aba7e0bc6 Mon Sep 17 00:00:00 2001 From: Andreas Hucks Date: Tue, 14 Feb 2012 19:08:44 +0100 Subject: [PATCH] fixed docblock --- lib/Doctrine/ORM/Proxy/ProxyFactory.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Doctrine/ORM/Proxy/ProxyFactory.php b/lib/Doctrine/ORM/Proxy/ProxyFactory.php index 7e01ad7c2..bb8de3d19 100644 --- a/lib/Doctrine/ORM/Proxy/ProxyFactory.php +++ b/lib/Doctrine/ORM/Proxy/ProxyFactory.php @@ -139,9 +139,9 @@ class ProxyFactory /** * Generates a proxy class file. * - * @param $class - * @param $proxyClassName - * @param $file The path of the file to write to. + * @param ClassMetadata $class Metadata for the original class + * @param string $fileName Filename (full path) for the generated class + * @param string $file The proxy class template data */ private function _generateProxyClass(ClassMetadata $class, $fileName, $file) {