Skip to content

Commit

Permalink
fixed docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hucks committed Feb 14, 2012
1 parent 2e81fbf commit 3419c65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Doctrine/ORM/Proxy/ProxyFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ public function generateProxyClasses(array $classes, $toDir = null)
/**
* 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)
{
Expand Down

0 comments on commit 3419c65

Please sign in to comment.