Skip to content

Commit

Permalink
[TAKS] cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Feustel committed Sep 4, 2024
1 parent bfe8f2b commit b2ae173
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Classes/Domain/Form/Finishers/LoggerFinisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use TYPO3\CMS\Extbase\Domain\Model\FileReference as ExtbaseFileReference;
use TYPO3\CMS\Form\Domain\Finishers\AbstractFinisher;
use TYPO3\CMS\Form\Domain\Finishers\Exception\FinisherException;
use TYPO3\CMS\Form\Domain\Model\FormElements\FormElementInterface;
use TYPO3\CMS\Form\Domain\Model\FormElements\StringableFormElementInterface;

/**
Expand Down Expand Up @@ -99,7 +98,6 @@ protected function getFormValues(): array
$skipElementTypes = GeneralUtility::trimExplode(',', $this->parseOption('skipElementsTypes'));

foreach ($this->finisherContext->getFormValues() as $identifier => $formValue) {

$element = $formDefinition->getElementByIdentifier($identifier);
$elementType = null;
if ($element !== null) {
Expand Down

0 comments on commit b2ae173

Please sign in to comment.