We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b78483 commit 65b15b1Copy full SHA for 65b15b1
src/Core/IntroductionAspectExtension.php
@@ -42,8 +42,7 @@ class IntroductionAspectExtension extends AbstractAspectLoaderExtension
42
public function load(Aspect $aspect, ReflectionClass $reflectionAspect): array
43
{
44
$loadedItems = [];
45
- foreach ($reflectionAspect->getProperties() as $aspectProperty)
46
- {
+ foreach ($reflectionAspect->getProperties() as $aspectProperty) {
47
$propertyId = $reflectionAspect->getName() . '->'. $aspectProperty->getName();
48
$annotations = $this->reader->getPropertyAnnotations($aspectProperty);
49
0 commit comments