Completed
Push — master ( 9f87de...15e457 )
by Tim
05:21
created
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.