@@ -48,7 +48,7 @@ public function __construct(EntityManagerInterface $em)
48
48
}
49
49
50
50
/**
51
- * {@inheritdoc }
51
+ * {@inheritDoc }
52
52
*/
53
53
public function getEntityCacheRegion ($ className )
54
54
{
@@ -63,7 +63,7 @@ public function getEntityCacheRegion($className)
63
63
}
64
64
65
65
/**
66
- * {@inheritdoc }
66
+ * {@inheritDoc }
67
67
*/
68
68
public function getCollectionCacheRegion ($ className , $ association )
69
69
{
@@ -78,7 +78,7 @@ public function getCollectionCacheRegion($className, $association)
78
78
}
79
79
80
80
/**
81
- * {@inheritdoc }
81
+ * {@inheritDoc }
82
82
*/
83
83
public function containsEntity ($ className , $ identifier )
84
84
{
@@ -93,7 +93,7 @@ public function containsEntity($className, $identifier)
93
93
}
94
94
95
95
/**
96
- * {@inheritdoc }
96
+ * {@inheritDoc }
97
97
*/
98
98
public function evictEntity ($ className , $ identifier )
99
99
{
@@ -108,7 +108,7 @@ public function evictEntity($className, $identifier)
108
108
}
109
109
110
110
/**
111
- * {@inheritdoc }
111
+ * {@inheritDoc }
112
112
*/
113
113
public function evictEntityRegion ($ className )
114
114
{
@@ -123,7 +123,7 @@ public function evictEntityRegion($className)
123
123
}
124
124
125
125
/**
126
- * {@inheritdoc }
126
+ * {@inheritDoc }
127
127
*/
128
128
public function evictEntityRegions ()
129
129
{
@@ -141,7 +141,7 @@ public function evictEntityRegions()
141
141
}
142
142
143
143
/**
144
- * {@inheritdoc }
144
+ * {@inheritDoc }
145
145
*/
146
146
public function containsCollection ($ className , $ association , $ ownerIdentifier )
147
147
{
@@ -156,7 +156,7 @@ public function containsCollection($className, $association, $ownerIdentifier)
156
156
}
157
157
158
158
/**
159
- * {@inheritdoc }
159
+ * {@inheritDoc }
160
160
*/
161
161
public function evictCollection ($ className , $ association , $ ownerIdentifier )
162
162
{
@@ -171,7 +171,7 @@ public function evictCollection($className, $association, $ownerIdentifier)
171
171
}
172
172
173
173
/**
174
- * {@inheritdoc }
174
+ * {@inheritDoc }
175
175
*/
176
176
public function evictCollectionRegion ($ className , $ association )
177
177
{
@@ -186,7 +186,7 @@ public function evictCollectionRegion($className, $association)
186
186
}
187
187
188
188
/**
189
- * {@inheritdoc }
189
+ * {@inheritDoc }
190
190
*/
191
191
public function evictCollectionRegions ()
192
192
{
@@ -210,15 +210,15 @@ public function evictCollectionRegions()
210
210
}
211
211
212
212
/**
213
- * {@inheritdoc }
213
+ * {@inheritDoc }
214
214
*/
215
215
public function containsQuery ($ regionName )
216
216
{
217
217
return isset ($ this ->queryCaches [$ regionName ]);
218
218
}
219
219
220
220
/**
221
- * {@inheritdoc }
221
+ * {@inheritDoc }
222
222
*/
223
223
public function evictQueryRegion ($ regionName = null )
224
224
{
@@ -234,7 +234,7 @@ public function evictQueryRegion($regionName = null)
234
234
}
235
235
236
236
/**
237
- * {@inheritdoc }
237
+ * {@inheritDoc }
238
238
*/
239
239
public function evictQueryRegions ()
240
240
{
@@ -246,7 +246,7 @@ public function evictQueryRegions()
246
246
}
247
247
248
248
/**
249
- * {@inheritdoc }
249
+ * {@inheritDoc }
250
250
*/
251
251
public function getQueryCache ($ regionName = null )
252
252
{
0 commit comments