Completed
Push — master ( 9f87de...15e457 )
by Tim
05:21
created
Classes/Service/CalDav/AuthBackendTypo3.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\CalDav;
12 12
 use HDNET\Calendarize\Utility\HelperUtility;
13 13
 use Sabre\DAV\Auth\Backend\AbstractBasic;
14
-use Sabre\DAV\Exception;
15 14
 use TYPO3\CMS\Backend\Utility\BackendUtility;
16 15
 use TYPO3\CMS\Core\Utility\GeneralUtility;
17 16
 
Please login to merge, or discard this patch.
Classes/Hooks/KeSearchIndexer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,11 +87,11 @@
 block discarded – undo
87 87
                 $originalObject->getKeSearchTags($index),
88 88
                 "&tx_calendarize_calendar[index]={$index->getUid()}",
89 89
                 $abstract,
90
-                $index->_getProperty('_languageUid'),   // $index always has a "_languageUid" - if the $originalObject does not use translations, it is 0
90
+                $index->_getProperty('_languageUid'), // $index always has a "_languageUid" - if the $originalObject does not use translations, it is 0
91 91
                 $index->_hasProperty('starttime') ? $index->_getProperty('starttime') : 0,
92 92
                 $index->_hasProperty('endtime') ? $index->_getProperty('endtime') : 0,
93 93
                 $index->_hasProperty('fe_group') ? $index->_getProperty('fe_group') : '',
94
-                false,  // debugOnly
94
+                false, // debugOnly
95 95
                 $additionalFields
96 96
             );
97 97
         }
Please login to merge, or discard this patch.
Classes/Hooks/CmsLayout.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 
69 69
         $actions = $this->flexFormService->get('switchableControllerActions', 'main');
70 70
         $parts = GeneralUtility::trimExplode(';', $actions, true);
71
-        $parts = array_map(function ($element) {
71
+        $parts = array_map(function($element) {
72 72
             $split = explode('->', $element);
73 73
             return ucfirst($split[1]);
74 74
         }, $parts);
Please login to merge, or discard this patch.
Classes/UserFunction/TimeSelectionWizard.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 namespace HDNET\Calendarize\UserFunction;
7 7
 
8
-use TYPO3\CMS\Backend\Form\Element\AbstractFormElement;
9 8
 use TYPO3\CMS\Backend\Utility\BackendUtility;
10 9
 use TYPO3\CMS\Core\Imaging\Icon;
11 10
 use TYPO3\CMS\Core\Imaging\IconFactory;
Please login to merge, or discard this patch.