@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use Symfony\Component\Console\Input\InputInterface; |
| 15 | 15 | use Symfony\Component\Console\Output\OutputInterface; |
| 16 | 16 | use Symfony\Component\Console\Style\SymfonyStyle; |
| 17 | -use TYPO3\CMS\Core\Utility\ExtensionManagementUtility; |
|
| 18 | 17 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
| 19 | 18 | use TYPO3\CMS\Core\Utility\MathUtility; |
| 20 | 19 | use TYPO3\CMS\Extbase\SignalSlot\Dispatcher; |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | // TODO: handle timezone??? |
| 24 | 24 | $events = $parser->getEvents(); |
| 25 | 25 | |
| 26 | - $wrapEvents = function (ICalEvent $event) { |
|
| 26 | + $wrapEvents = function(ICalEvent $event) { |
|
| 27 | 27 | return new DissectEvent($event); |
| 28 | 28 | }; |
| 29 | 29 | |