Skip to content

Commit 65b15b1

Browse files
committed
Fix formatting in the IntroductionAspectExtension
1 parent 1b78483 commit 65b15b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Core/IntroductionAspectExtension.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ class IntroductionAspectExtension extends AbstractAspectLoaderExtension
4242
public function load(Aspect $aspect, ReflectionClass $reflectionAspect): array
4343
{
4444
$loadedItems = [];
45-
foreach ($reflectionAspect->getProperties() as $aspectProperty)
46-
{
45+
foreach ($reflectionAspect->getProperties() as $aspectProperty) {
4746
$propertyId = $reflectionAspect->getName() . '->'. $aspectProperty->getName();
4847
$annotations = $this->reader->getPropertyAnnotations($aspectProperty);
4948

0 commit comments

Comments
 (0)