1
0
mirror of synced 2025-01-29 19:41:45 +03:00

added type hint

This commit is contained in:
Andreas Hucks 2012-02-14 19:07:51 +01:00
parent 38d725ce32
commit 2e81fbfd64

View File

@ -143,7 +143,7 @@ class ProxyFactory
* @param $proxyClassName
* @param $file The path of the file to write to.
*/
private function _generateProxyClass($class, $fileName, $file)
private function _generateProxyClass(ClassMetadata $class, $fileName, $file)
{
$methods = $this->_generateMethods($class);
$sleepImpl = $this->_generateSleep($class);