Skip to content

Commit

Permalink
Merge pull request #15 from webandco/feature/allow-fusion-component-i…
Browse files Browse the repository at this point in the history
…nheritance

FEATURE: PropTypeValidationAspect executes for child classes of ComponentImplementation
  • Loading branch information
mficzel committed Sep 9, 2022
2 parents 92b6019 + b2ae443 commit c42e26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Aspects/PropTypeValidationAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class PropTypeValidationAspect
{
/**
* @Flow\Around("setting(PackageFactory.AtomicFusion.PropTypes.enable) && method(Neos\Fusion\FusionObjects\ComponentImplementation->getProps())")
* @Flow\Around("setting(PackageFactory.AtomicFusion.PropTypes.enable) && within(Neos\Fusion\FusionObjects\ComponentImplementation) && method(.*->getProps())")
* @param JoinPointInterface $joinPoint The current join point
* @return mixed
*/
Expand Down

0 comments on commit c42e26a

Please sign in to comment.