Skip to content

Commit

Permalink
TASK: Fix StyleCI complaint about unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Jun 14, 2024
1 parent 2c452c7 commit 2a15b05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Neos.Flow/Classes/Aop/Builder/ProxyClassBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use Neos\Flow\Aop\AspectContainer;
use Neos\Flow\Aop\Exception;
use Neos\Flow\Aop\Exception\InvalidPointcutExpressionException;
use Neos\Flow\Aop\Exception\InvalidTargetClassException;
use Neos\Flow\Aop\Exception\VoidImplementationException;
use Neos\Flow\Aop\Pointcut\Pointcut;
use Neos\Flow\Aop\Pointcut\PointcutExpressionParser;
Expand Down

0 comments on commit 2a15b05

Please sign in to comment.