Skip to content

Commit 1209152

Browse files
committed
[CHORE] Make php-cs-fixer happy
Related: #1293
1 parent 192d8a5 commit 1209152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Controller/FormController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
use In2code\Powermail\Utility\ObjectUtility;
3939
use In2code\Powermail\Utility\SessionUtility;
4040
use In2code\Powermail\Utility\TemplateUtility;
41-
use TYPO3\CMS\Core\Error\Http\BadRequestException;
4241
use function in_array;
4342
use Psr\EventDispatcher\EventDispatcherInterface;
4443
use Psr\Http\Message\ResponseInterface;
4544
use Throwable;
4645
use TYPO3\CMS\Core\Configuration\Exception\ExtensionConfigurationExtensionNotConfiguredException;
4746
use TYPO3\CMS\Core\Configuration\Exception\ExtensionConfigurationPathDoesNotExistException;
47+
use TYPO3\CMS\Core\Error\Http\BadRequestException;
4848
use TYPO3\CMS\Core\Http\PropagateResponseException;
4949
use TYPO3\CMS\Core\Utility\ArrayUtility;
5050
use TYPO3\CMS\Core\Utility\GeneralUtility;

0 commit comments

Comments
 (0)