fixing code style issue
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests Pipeline was successful

This commit is contained in:
Ferdinand Kuhl 2023-11-09 16:33:20 +01:00
parent e5175e965f
commit a5ccfef84b

View file

@ -6,7 +6,6 @@ namespace DigiComp\AttachmentViewUtility;
use Neos\Eel\CompilingEvaluator; use Neos\Eel\CompilingEvaluator;
use Neos\Eel\Context; use Neos\Eel\Context;
use Neos\Eel\EelEvaluatorInterface;
use Neos\Eel\Helper\ArrayHelper; use Neos\Eel\Helper\ArrayHelper;
use Neos\Eel\Helper\StringHelper; use Neos\Eel\Helper\StringHelper;
use Neos\Flow\Annotations as Flow; use Neos\Flow\Annotations as Flow;