@@ -31,9 +31,7 @@ public function buildCachedEntityPersister(EntityManagerInterface $em, EntityPer
31
31
/**
32
32
* Build a collection persister for the given relation mapping.
33
33
*
34
- * @param EntityManagerInterface $em The entity manager.
35
- * @param CollectionPersister $persister The collection persister that will be cached.
36
- * @param mixed[] $mapping The association mapping.
34
+ * @param mixed[] $mapping The association mapping.
37
35
*
38
36
* @return CachedCollectionPersister
39
37
*/
@@ -42,8 +40,7 @@ public function buildCachedCollectionPersister(EntityManagerInterface $em, Colle
42
40
/**
43
41
* Build a query cache based on the given region name
44
42
*
45
- * @param EntityManagerInterface $em The Entity manager.
46
- * @param string $regionName The region name.
43
+ * @param string|null $regionName The region name.
47
44
*
48
45
* @return QueryCache The built query cache.
49
46
*/
@@ -52,18 +49,14 @@ public function buildQueryCache(EntityManagerInterface $em, $regionName = null);
52
49
/**
53
50
* Build an entity hydrator
54
51
*
55
- * @param EntityManagerInterface $em The Entity manager.
56
- * @param ClassMetadata $metadata The entity metadata.
57
- *
58
52
* @return EntityHydrator The built entity hydrator.
59
53
*/
60
54
public function buildEntityHydrator (EntityManagerInterface $ em , ClassMetadata $ metadata );
61
55
62
56
/**
63
57
* Build a collection hydrator
64
58
*
65
- * @param EntityManagerInterface $em The Entity manager.
66
- * @param mixed[] $mapping The association mapping.
59
+ * @param mixed[] $mapping The association mapping.
67
60
*
68
61
* @return CollectionHydrator The built collection hydrator.
69
62
*/
0 commit comments