Completed
Push — master ( c38f18...f68a32 )
by Tim
27s queued 11s
created
Classes/Controller/AbstractController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,13 +10,11 @@
 block discarded – undo
10 10
 use HDNET\Calendarize\Domain\Repository\IndexRepository;
11 11
 use HDNET\Calendarize\Property\TypeConverter\AbstractBookingRequest;
12 12
 use HDNET\Calendarize\Service\PluginConfigurationService;
13
-use HDNET\Calendarize\Utility\HelperUtility;
14 13
 use TYPO3\CMS\Core\Messaging\FlashMessage;
15 14
 use TYPO3\CMS\Core\Utility\GeneralUtility;
16 15
 use TYPO3\CMS\Core\Utility\HttpUtility;
17 16
 use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
18 17
 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
19
-use TYPO3\CMS\Extbase\Object\ObjectManager;
20 18
 use TYPO3\CMS\Extbase\Security\Cryptography\HashService;
21 19
 use TYPO3\CMS\Extbase\SignalSlot\Dispatcher;
22 20
 use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;
Please login to merge, or discard this patch.
Classes/Domain/Repository/IndexRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use TYPO3\CMS\Extbase\Configuration\BackendConfigurationManager;
19 19
 use TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface;
20 20
 use TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface;
21
-use TYPO3\CMS\Extbase\Object\ObjectManager;
22 21
 use TYPO3\CMS\Extbase\Persistence\QueryInterface;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.
Classes/Form/Element/CalendarizeInfoElement.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use HDNET\Calendarize\Utility\TranslateUtility;
9 9
 use TYPO3\CMS\Backend\Form\Element\AbstractFormElement;
10 10
 use TYPO3\CMS\Backend\Utility\BackendUtility;
11
-use TYPO3\CMS\Core\Utility\DebugUtility;
12 11
 use TYPO3\CMS\Core\Utility\GeneralUtility;
13 12
 
14 13
 class CalendarizeInfoElement extends AbstractFormElement
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 namespace HDNET\Calendarize\Form\Element;
4 4
 
5 5
 
Please login to merge, or discard this patch.
Classes/Hooks/KeSearchIndexer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use HDNET\Calendarize\Domain\Model\Index;
13 13
 use HDNET\Calendarize\Domain\Repository\IndexRepository;
14 14
 use HDNET\Calendarize\Features\KeSearchIndexInterface;
15
-use HDNET\Calendarize\Utility\HelperUtility;
16 15
 use In2code\Powermail\Utility\ObjectUtility;
17 16
 use TYPO3\CMS\Core\Utility\GeneralUtility;
18 17
 
Please login to merge, or discard this patch.
Classes/Service/TimeTable/TimeTimeTable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use HDNET\Calendarize\Service\RecurrenceService;
12 12
 use HDNET\Calendarize\Utility\ConfigurationUtility;
13 13
 use HDNET\Calendarize\Utility\DateTimeUtility;
14
-use HDNET\Calendarize\Utility\HelperUtility;
15 14
 use TYPO3\CMS\Core\Messaging\FlashMessage;
16 15
 use TYPO3\CMS\Core\Messaging\FlashMessageService;
17 16
 use TYPO3\CMS\Core\Utility\GeneralUtility;
Please login to merge, or discard this patch.
Classes/Slots/EventImport.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use HDNET\Calendarize\Domain\Model\Event;
13 13
 use HDNET\Calendarize\Domain\Repository\EventRepository;
14 14
 use HDNET\Calendarize\Utility\DateTimeUtility;
15
-use HDNET\Calendarize\Utility\HelperUtility;
16 15
 use TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
Classes/Utility/HelperUtility.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use TYPO3\CMS\Core\Messaging\FlashMessage;
15 15
 use TYPO3\CMS\Core\Messaging\FlashMessageService;
16 16
 use TYPO3\CMS\Core\Utility\GeneralUtility;
17
-use TYPO3\CMS\Extbase\Object\ObjectManager;
18 17
 use TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager;
19 18
 use TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface;
20 19
 use TYPO3\CMS\Extbase\Persistence\QueryInterface;
Please login to merge, or discard this patch.
Classes/Validation/Validator/BookingRequestValidator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 namespace HDNET\Calendarize\Validation\Validator;
9 9
 
10
-use HDNET\Calendarize\Utility\HelperUtility;
11 10
 use TYPO3\CMS\Extbase\Validation\Validator\AbstractValidator;
12 11
 use TYPO3\CMS\Extbase\Validation\Validator\ConjunctionValidator;
13 12
 use TYPO3\CMS\Extbase\Validation\ValidatorResolver;
Please login to merge, or discard this patch.
Classes/ViewHelpers/Link/AbstractLinkViewHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use TYPO3\CMS\Core\Utility\GeneralUtility;
14 14
 use TYPO3\CMS\Core\Utility\MathUtility;
15 15
 use TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder;
16
-use TYPO3\CMS\Extbase\Object\ObjectManager;
17 16
 use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.