DCOM-93 - Fix docblocks
This commit is contained in:
parent
76e4f5a80b
commit
a07fc515c7
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue