1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

DCOM-93 - Fix docblocks

This commit is contained in:
Benjamin Eberlei 2012-01-03 18:41:48 +01:00
parent 76e4f5a80b
commit a07fc515c7

View file

@ -77,7 +77,7 @@ class ClassMetadataFactory implements ClassMetadataFactoryInterface
private $initialized = false; private $initialized = false;
/** /**
* @var ReflectionException * @var ReflectionService
*/ */
private $reflectionService; private $reflectionService;
@ -570,7 +570,7 @@ class ClassMetadataFactory implements ClassMetadataFactoryInterface
/** /**
* Wakeup reflection after ClassMetadata gets unserialized from cache. * Wakeup reflection after ClassMetadata gets unserialized from cache.
* *
* @param ClassMetadata $class * @param ClassMetadataInfo $class
* @param ReflectionService $reflService * @param ReflectionService $reflService
* @return void * @return void
*/ */
@ -582,8 +582,8 @@ class ClassMetadataFactory implements ClassMetadataFactoryInterface
/** /**
* Initialize Reflection after ClassMetadata was constructed. * Initialize Reflection after ClassMetadata was constructed.
* *
* @param ClassMetadata $class * @param ClassMetadataInfo $class
* @param ReflectionSErvice $reflService * @param ReflectionService $reflService
* @return void * @return void
*/ */
protected function initializeReflection(ClassMetadataInfo $class, ReflectionService $reflService) protected function initializeReflection(ClassMetadataInfo $class, ReflectionService $reflService)