Skip to content

Commit e5fb4ca

Browse files
committed
Fix formatting in the GeneralAspectLoaderExtension
1 parent 65b15b1 commit e5fb4ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Core/GeneralAspectLoaderExtension.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ class GeneralAspectLoaderExtension extends AbstractAspectLoaderExtension
5151
public function load(Aspect $aspect, ReflectionClass $reflectionAspect): array
5252
{
5353
$loadedItems = [];
54-
foreach ($reflectionAspect->getMethods() as $aspectMethod)
55-
{
54+
foreach ($reflectionAspect->getMethods() as $aspectMethod) {
5655
$methodId = $reflectionAspect->getName() . '->'. $aspectMethod->getName();
5756
$annotations = $this->reader->getMethodAnnotations($aspectMethod);
5857

0 commit comments

Comments
 (0)