1
0
mirror of synced 2025-02-20 14:13:15 +03:00

fixed docblock

This commit is contained in:
Andreas Hucks 2012-02-14 19:08:44 +01:00
parent 2e81fbfd64
commit 3419c65efe

View File

@ -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)
{