@@ -11,7 +11,6 @@ |
||
| 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 | |
@@ -87,11 +87,11 @@ |
||
| 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 | } |
@@ -68,7 +68,7 @@ |
||
| 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); |
@@ -386,7 +386,7 @@ |
||
| 386 | 386 | public function getKeSearchTags(Index $index) |
| 387 | 387 | { |
| 388 | 388 | static $keSearchTags = []; |
| 389 | - if(empty($keSearchTags)) { |
|
| 389 | + if (empty($keSearchTags)) { |
|
| 390 | 390 | foreach ($this->getCategories() as $category) { |
| 391 | 391 | $keSearchTags[] = "#syscat{$category->getUid()}#"; |
| 392 | 392 | } |