@@ -50,9 +50,9 @@ |
||
50 | 50 | */ |
51 | 51 | protected $class; |
52 | 52 | |
53 | - /** |
|
54 | - * @var array |
|
55 | - */ |
|
53 | + /** |
|
54 | + * @var array |
|
55 | + */ |
|
56 | 56 | protected $queuedCache = []; |
57 | 57 | |
58 | 58 | /** |
@@ -31,9 +31,9 @@ discard block |
||
31 | 31 | */ |
32 | 32 | private $uow; |
33 | 33 | |
34 | - /** |
|
35 | - * @var \Doctrine\ORM\Cache\CacheFactory |
|
36 | - */ |
|
34 | + /** |
|
35 | + * @var \Doctrine\ORM\Cache\CacheFactory |
|
36 | + */ |
|
37 | 37 | private $cacheFactory; |
38 | 38 | |
39 | 39 | /** |
@@ -273,12 +273,12 @@ discard block |
||
273 | 273 | return $this->queryCaches[$regionName]; |
274 | 274 | } |
275 | 275 | |
276 | - /** |
|
277 | - * @param \Doctrine\ORM\Mapping\ClassMetadata $metadata The entity metadata. |
|
278 | - * @param mixed $identifier The entity identifier. |
|
279 | - * |
|
280 | - * @return \Doctrine\ORM\Cache\EntityCacheKey |
|
281 | - */ |
|
276 | + /** |
|
277 | + * @param \Doctrine\ORM\Mapping\ClassMetadata $metadata The entity metadata. |
|
278 | + * @param mixed $identifier The entity identifier. |
|
279 | + * |
|
280 | + * @return \Doctrine\ORM\Cache\EntityCacheKey |
|
281 | + */ |
|
282 | 282 | private function buildEntityCacheKey(ClassMetadata $metadata, $identifier) |
283 | 283 | { |
284 | 284 | if (! is_array($identifier)) { |