We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677f9d6 commit 2149658Copy full SHA for 2149658
src/Definition/DefinitionSource.php
@@ -279,7 +279,7 @@ private function isNeedProxy(ReflectionClass $reflectionClass): bool
279
$defined = [];
280
$annotations = AnnotationCollector::get($className . '._m', []);
281
foreach ($annotations as $method => $annotation) {
282
- $defined = array_replace($defined, array_keys($annotation));
+ $defined = array_merge($defined, array_keys($annotation));
283
}
284
return $defined;
285
});
0 commit comments