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 65b15b1 commit e5fb4caCopy full SHA for e5fb4ca
src/Core/GeneralAspectLoaderExtension.php
@@ -51,8 +51,7 @@ class GeneralAspectLoaderExtension extends AbstractAspectLoaderExtension
51
public function load(Aspect $aspect, ReflectionClass $reflectionAspect): array
52
{
53
$loadedItems = [];
54
- foreach ($reflectionAspect->getMethods() as $aspectMethod)
55
- {
+ foreach ($reflectionAspect->getMethods() as $aspectMethod) {
56
$methodId = $reflectionAspect->getName() . '->'. $aspectMethod->getName();
57
$annotations = $this->reader->getMethodAnnotations($aspectMethod);
58
0 commit comments