Completed
Push — development ( b65fd0...1c81ac )
by Torben
02:57
created
Classes/Validation/Validator/RegistrationValidator.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,6 @@
 block discarded – undo
18 18
 use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
19 19
 use TYPO3\CMS\Extbase\Validation\Validator\BooleanValidator;
20 20
 use TYPO3\CMS\Extbase\Validation\Validator\NotEmptyValidator;
21
-use TYPO3\CMS\Fluid\Core\ViewHelper\Exception\InvalidVariableException;
22
-use TYPO3\CMS\Extbase\Utility\LocalizationUtility;
23 21
 
24 22
 /**
25 23
  * RegistrationValidator
Please login to merge, or discard this patch.
Classes/Controller/AdministrationController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
  * The TYPO3 project - inspiring people to share!
15 15
  */
16 16
 
17
-use TYPO3\CMS\Core\Utility\DebugUtility;
18 17
 use TYPO3\CMS\Extbase\Property\TypeConverter\DateTimeConverter;
19 18
 use DERHANSEN\SfEventMgt\Domain\Model\Dto\EventDemand;
20 19
 use DERHANSEN\SfEventMgt\Domain\Model\Dto\SearchDemand;
Please login to merge, or discard this patch.