@@ -40,7 +40,7 @@ |
||
40 | 40 | $fields = $this->getFields(); |
41 | 41 | $objects = []; |
42 | 42 | |
43 | - array_walk_recursive($fields, function ($value) use ($annotationReader, &$objects) { |
|
43 | + array_walk_recursive($fields, function($value) use ($annotationReader, &$objects) { |
|
44 | 44 | if ($value instanceof AbstractAnnotation) { |
45 | 45 | $objects = array_merge($objects, $value->getReferencedObjects($annotationReader)); |
46 | 46 | } elseif ($value instanceof AbstractAnnotationReference) { |