Completed
Push — master ( ba0ea8...c1bb75 )
by
unknown
25:13 queued 10:52
created
typo3/sysext/core/Classes/Configuration/Loader/YamlFileLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
                     $importedContent = $this->loadAndParse($import['resource'], $fileName);
160 160
                     // override the imported content with the one from the current file
161 161
                     $content = ArrayUtility::replaceAndAppendScalarValuesRecursive($importedContent, $content);
162
-                } catch (ParseException|YamlParseException|YamlFileLoadingException $exception) {
162
+                } catch (ParseException | YamlParseException | YamlFileLoadingException $exception) {
163 163
                     $this->logger->error($exception->getMessage(), ['exception' => $exception]);
164 164
                 }
165 165
             }
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/Controller/BackendController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -370,7 +370,7 @@
 block discarded – undo
370 370
             TYPO3.ModuleMenu.App.showModule(modName, addGetVars);
371 371
         }
372 372
         ' . $this->setStartupModule($request)
373
-          . $this->handlePageEditing($request),
373
+            . $this->handlePageEditing($request),
374 374
             false
375 375
         );
376 376
     }
Please login to merge, or discard this patch.
typo3/sysext/backend/Classes/Form/FormDataProvider/TcaFlexPrepare.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
                     $result['databaseRow']
83 83
                 );
84 84
                 $dataStructureArray = $flexFormTools->parseDataStructureByIdentifier($dataStructureIdentifier);
85
-            } catch (InvalidParentRowException|InvalidParentRowLoopException|InvalidParentRowRootException|InvalidPointerFieldValueException|InvalidIdentifierException $e) {
85
+            } catch (InvalidParentRowException | InvalidParentRowLoopException | InvalidParentRowRootException | InvalidPointerFieldValueException | InvalidIdentifierException $e) {
86 86
                 $dataStructureIdentifier = null;
87 87
             } finally {
88 88
                 // Add the identifier to TCA to use it later during rendering
Please login to merge, or discard this patch.
sysext/backend/Classes/Form/Element/SelectMultipleSideBySideElement.php 1 patch
Spacing   +131 added lines, -131 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
         'listModule' => [
58 58
             'renderType' => 'listModule',
59 59
             'disabled' => true,
60
-            'after' => [ 'addRecord' ],
60
+            'after' => ['addRecord'],
61 61
         ],
62 62
     ];
63 63
 
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      */
92 92
     protected function renderFieldControl(): array
93 93
     {
94
-        $alternativeResult =  [
94
+        $alternativeResult = [
95 95
             'additionalJavaScriptPost' => [],
96 96
             'additionalHiddenFields' => [],
97 97
             'additionalInlineLanguageLabelFiles' => [],
@@ -184,10 +184,10 @@  discard block
 block discarded – undo
184 184
 
185 185
         // Html stuff for filter and select filter on top of right side of multi select boxes
186 186
         $filterTextfield[] = '<span class="input-group input-group-sm">';
187
-        $filterTextfield[] =    '<span class="input-group-addon">';
188
-        $filterTextfield[] =        '<span class="fa fa-filter"></span>';
189
-        $filterTextfield[] =    '</span>';
190
-        $filterTextfield[] =    '<input class="t3js-formengine-multiselect-filter-textfield form-control" value="">';
187
+        $filterTextfield[] = '<span class="input-group-addon">';
188
+        $filterTextfield[] = '<span class="fa fa-filter"></span>';
189
+        $filterTextfield[] = '</span>';
190
+        $filterTextfield[] = '<input class="t3js-formengine-multiselect-filter-textfield form-control" value="">';
191 191
         $filterTextfield[] = '</span>';
192 192
 
193 193
         $filterDropDownOptions = [];
@@ -205,14 +205,14 @@  discard block
 block discarded – undo
205 205
         $filterHtml[] = '<div class="form-multigroup-item-wizard">';
206 206
         if (!empty($filterDropDownOptions)) {
207 207
             $filterHtml[] = '<div class="t3js-formengine-multiselect-filter-container form-multigroup-wrap">';
208
-            $filterHtml[] =     '<div class="form-multigroup-item form-multigroup-element">';
209
-            $filterHtml[] =         '<select class="form-control input-sm t3js-formengine-multiselect-filter-dropdown">';
210
-            $filterHtml[] =             implode(LF, $filterDropDownOptions);
211
-            $filterHtml[] =         '</select>';
212
-            $filterHtml[] =     '</div>';
213
-            $filterHtml[] =     '<div class="form-multigroup-item form-multigroup-element">';
214
-            $filterHtml[] =         implode(LF, $filterTextfield);
215
-            $filterHtml[] =     '</div>';
208
+            $filterHtml[] = '<div class="form-multigroup-item form-multigroup-element">';
209
+            $filterHtml[] = '<select class="form-control input-sm t3js-formengine-multiselect-filter-dropdown">';
210
+            $filterHtml[] = implode(LF, $filterDropDownOptions);
211
+            $filterHtml[] = '</select>';
212
+            $filterHtml[] = '</div>';
213
+            $filterHtml[] = '<div class="form-multigroup-item form-multigroup-element">';
214
+            $filterHtml[] = implode(LF, $filterTextfield);
215
+            $filterHtml[] = '</div>';
216 216
             $filterHtml[] = '</div>';
217 217
         } else {
218 218
             $filterHtml[] = implode(LF, $filterTextfield);
@@ -249,113 +249,113 @@  discard block
 block discarded – undo
249 249
 
250 250
         $html = [];
251 251
         $html[] = '<div class="formengine-field-item t3js-formengine-field-item">';
252
-        $html[] =   $fieldInformationHtml;
253
-        $html[] =   '<div class="form-wizards-wrap">';
254
-        $html[] =       '<div class="form-wizards-element">';
255
-        $html[] =           '<input type="hidden" data-formengine-input-name="' . htmlspecialchars($elementName) . '" value="' . (int)$itemCanBeSelectedMoreThanOnce . '" />';
256
-        $html[] =           '<div class="form-multigroup-wrap t3js-formengine-field-group">';
257
-        $html[] =               '<div class="form-multigroup-item form-multigroup-element">';
258
-        $html[] =                   '<label>';
259
-        $html[] =                       htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.selected'));
260
-        $html[] =                   '</label>';
261
-        $html[] =                   '<div class="form-wizards-wrap form-wizards-aside">';
262
-        $html[] =                       '<div class="form-wizards-element">';
263
-        $html[] =                           '<select';
264
-        $html[] =                               ' id="' . $selectedOptionsFieldId . '"';
265
-        $html[] =                               ' size="' . $size . '"';
266
-        $html[] =                               ' class="' . implode(' ', $classes) . '"';
267
-        $html[] =                               $multipleAttribute;
268
-        $html[] =                               ' data-formengine-input-name="' . htmlspecialchars($elementName) . '"';
269
-        $html[] =                           '>';
270
-        $html[] =                               implode(LF, $selectedItemsHtml);
271
-        $html[] =                           '</select>';
272
-        $html[] =                       '</div>';
273
-        $html[] =                       '<div class="form-wizards-items-aside">';
274
-        $html[] =                           '<div class="btn-group-vertical">';
252
+        $html[] = $fieldInformationHtml;
253
+        $html[] = '<div class="form-wizards-wrap">';
254
+        $html[] = '<div class="form-wizards-element">';
255
+        $html[] = '<input type="hidden" data-formengine-input-name="' . htmlspecialchars($elementName) . '" value="' . (int)$itemCanBeSelectedMoreThanOnce . '" />';
256
+        $html[] = '<div class="form-multigroup-wrap t3js-formengine-field-group">';
257
+        $html[] = '<div class="form-multigroup-item form-multigroup-element">';
258
+        $html[] = '<label>';
259
+        $html[] = htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.selected'));
260
+        $html[] = '</label>';
261
+        $html[] = '<div class="form-wizards-wrap form-wizards-aside">';
262
+        $html[] = '<div class="form-wizards-element">';
263
+        $html[] = '<select';
264
+        $html[] = ' id="' . $selectedOptionsFieldId . '"';
265
+        $html[] = ' size="' . $size . '"';
266
+        $html[] = ' class="' . implode(' ', $classes) . '"';
267
+        $html[] = $multipleAttribute;
268
+        $html[] = ' data-formengine-input-name="' . htmlspecialchars($elementName) . '"';
269
+        $html[] = '>';
270
+        $html[] = implode(LF, $selectedItemsHtml);
271
+        $html[] = '</select>';
272
+        $html[] = '</div>';
273
+        $html[] = '<div class="form-wizards-items-aside">';
274
+        $html[] = '<div class="btn-group-vertical">';
275 275
         if ($maxItems > 1 && $size >= 5) {
276
-            $html[] =                           '<a href="#"';
277
-            $html[] =                               ' class="btn btn-default t3js-btn-option t3js-btn-moveoption-top"';
278
-            $html[] =                               ' data-fieldname="' . htmlspecialchars($elementName) . '"';
279
-            $html[] =                               ' title="' . htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.move_to_top')) . '"';
280
-            $html[] =                           '>';
281
-            $html[] =                               $this->iconFactory->getIcon('actions-move-to-top', Icon::SIZE_SMALL)->render();
282
-            $html[] =                           '</a>';
276
+            $html[] = '<a href="#"';
277
+            $html[] = ' class="btn btn-default t3js-btn-option t3js-btn-moveoption-top"';
278
+            $html[] = ' data-fieldname="' . htmlspecialchars($elementName) . '"';
279
+            $html[] = ' title="' . htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.move_to_top')) . '"';
280
+            $html[] = '>';
281
+            $html[] = $this->iconFactory->getIcon('actions-move-to-top', Icon::SIZE_SMALL)->render();
282
+            $html[] = '</a>';
283 283
         }
284 284
         if ($maxItems > 1) {
285
-            $html[] =                           '<a href="#"';
286
-            $html[] =                               ' class="btn btn-default t3js-btn-option t3js-btn-moveoption-up"';
287
-            $html[] =                               ' data-fieldname="' . htmlspecialchars($elementName) . '"';
288
-            $html[] =                               ' title="' . htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.move_up')) . '"';
289
-            $html[] =                           '>';
290
-            $html[] =                               $this->iconFactory->getIcon('actions-move-up', Icon::SIZE_SMALL)->render();
291
-            $html[] =                           '</a>';
292
-            $html[] =                           '<a href="#"';
293
-            $html[] =                               ' class="btn btn-default t3js-btn-option t3js-btn-moveoption-down"';
294
-            $html[] =                               ' data-fieldname="' . htmlspecialchars($elementName) . '"';
295
-            $html[] =                               ' title="' . htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.move_down')) . '"';
296
-            $html[] =                           '>';
297
-            $html[] =                               $this->iconFactory->getIcon('actions-move-down', Icon::SIZE_SMALL)->render();
298
-            $html[] =                           '</a>';
285
+            $html[] = '<a href="#"';
286
+            $html[] = ' class="btn btn-default t3js-btn-option t3js-btn-moveoption-up"';
287
+            $html[] = ' data-fieldname="' . htmlspecialchars($elementName) . '"';
288
+            $html[] = ' title="' . htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.move_up')) . '"';
289
+            $html[] = '>';
290
+            $html[] = $this->iconFactory->getIcon('actions-move-up', Icon::SIZE_SMALL)->render();
291
+            $html[] = '</a>';
292
+            $html[] = '<a href="#"';
293
+            $html[] = ' class="btn btn-default t3js-btn-option t3js-btn-moveoption-down"';
294
+            $html[] = ' data-fieldname="' . htmlspecialchars($elementName) . '"';
295
+            $html[] = ' title="' . htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.move_down')) . '"';
296
+            $html[] = '>';
297
+            $html[] = $this->iconFactory->getIcon('actions-move-down', Icon::SIZE_SMALL)->render();
298
+            $html[] = '</a>';
299 299
         }
300 300
         if ($maxItems > 1 && $size >= 5) {
301
-            $html[] =                           '<a href="#"';
302
-            $html[] =                               ' class="btn btn-default t3js-btn-option t3js-btn-moveoption-bottom"';
303
-            $html[] =                               ' data-fieldname="' . htmlspecialchars($elementName) . '"';
304
-            $html[] =                               ' title="' . htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.move_to_bottom')) . '"';
305
-            $html[] =                           '>';
306
-            $html[] =                               $this->iconFactory->getIcon('actions-move-to-bottom', Icon::SIZE_SMALL)->render();
307
-            $html[] =                           '</a>';
301
+            $html[] = '<a href="#"';
302
+            $html[] = ' class="btn btn-default t3js-btn-option t3js-btn-moveoption-bottom"';
303
+            $html[] = ' data-fieldname="' . htmlspecialchars($elementName) . '"';
304
+            $html[] = ' title="' . htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.move_to_bottom')) . '"';
305
+            $html[] = '>';
306
+            $html[] = $this->iconFactory->getIcon('actions-move-to-bottom', Icon::SIZE_SMALL)->render();
307
+            $html[] = '</a>';
308 308
         }
309
-        $html[] =                                $alternativeFieldControlHtml;
310
-        $html[] =                               '<a href="#"';
311
-        $html[] =                                   ' class="btn btn-default t3js-btn-option t3js-btn-removeoption"';
312
-        $html[] =                                   ' data-fieldname="' . htmlspecialchars($elementName) . '"';
313
-        $html[] =                                   ' title="' . htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.remove_selected')) . '"';
314
-        $html[] =                               '>';
315
-        $html[] =                                   $this->iconFactory->getIcon('actions-selection-delete', Icon::SIZE_SMALL)->render();
316
-        $html[] =                               '</a>';
317
-        $html[] =                           '</div>';
318
-        $html[] =                       '</div>';
319
-        $html[] =                   '</div>';
320
-        $html[] =               '</div>';
321
-        $html[] =               '<div class="form-multigroup-item form-multigroup-element">';
322
-        $html[] =                   '<label>';
323
-        $html[] =                       htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.items'));
324
-        $html[] =                   '</label>';
325
-        $html[] =                   '<div class="form-wizards-wrap form-wizards-aside">';
326
-        $html[] =                       '<div class="form-wizards-element">';
327
-        $html[] =                           implode(LF, $filterHtml);
328
-        $html[] =                           '<select';
329
-        $html[] =                               ' data-relatedfieldname="' . htmlspecialchars($elementName) . '"';
330
-        $html[] =                               ' data-exclusivevalues="' . htmlspecialchars($config['exclusiveKeys']) . '"';
331
-        $html[] =                               ' id="' . $availableOptionsFieldId . '"';
332
-        $html[] =                               ' data-formengine-input-name="' . htmlspecialchars($elementName) . '"';
333
-        $html[] =                               ' class="form-control t3js-formengine-select-itemstoselect"';
334
-        $html[] =                               ' size="' . $size . '"';
335
-        $html[] =                               ' onchange="' . htmlspecialchars(implode('', $parameterArray['fieldChangeFunc'])) . '"';
336
-        $html[] =                               ' data-formengine-validation-rules="' . htmlspecialchars($this->getValidationDataAsJsonString($config)) . '"';
337
-        $html[] =                           '>';
338
-        $html[] =                               implode(LF, $selectableItemsHtml);
339
-        $html[] =                           '</select>';
340
-        $html[] =                       '</div>';
309
+        $html[] = $alternativeFieldControlHtml;
310
+        $html[] = '<a href="#"';
311
+        $html[] = ' class="btn btn-default t3js-btn-option t3js-btn-removeoption"';
312
+        $html[] = ' data-fieldname="' . htmlspecialchars($elementName) . '"';
313
+        $html[] = ' title="' . htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.remove_selected')) . '"';
314
+        $html[] = '>';
315
+        $html[] = $this->iconFactory->getIcon('actions-selection-delete', Icon::SIZE_SMALL)->render();
316
+        $html[] = '</a>';
317
+        $html[] = '</div>';
318
+        $html[] = '</div>';
319
+        $html[] = '</div>';
320
+        $html[] = '</div>';
321
+        $html[] = '<div class="form-multigroup-item form-multigroup-element">';
322
+        $html[] = '<label>';
323
+        $html[] = htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.items'));
324
+        $html[] = '</label>';
325
+        $html[] = '<div class="form-wizards-wrap form-wizards-aside">';
326
+        $html[] = '<div class="form-wizards-element">';
327
+        $html[] = implode(LF, $filterHtml);
328
+        $html[] = '<select';
329
+        $html[] = ' data-relatedfieldname="' . htmlspecialchars($elementName) . '"';
330
+        $html[] = ' data-exclusivevalues="' . htmlspecialchars($config['exclusiveKeys']) . '"';
331
+        $html[] = ' id="' . $availableOptionsFieldId . '"';
332
+        $html[] = ' data-formengine-input-name="' . htmlspecialchars($elementName) . '"';
333
+        $html[] = ' class="form-control t3js-formengine-select-itemstoselect"';
334
+        $html[] = ' size="' . $size . '"';
335
+        $html[] = ' onchange="' . htmlspecialchars(implode('', $parameterArray['fieldChangeFunc'])) . '"';
336
+        $html[] = ' data-formengine-validation-rules="' . htmlspecialchars($this->getValidationDataAsJsonString($config)) . '"';
337
+        $html[] = '>';
338
+        $html[] = implode(LF, $selectableItemsHtml);
339
+        $html[] = '</select>';
340
+        $html[] = '</div>';
341 341
         if (!empty($fieldControlHtml)) {
342
-            $html[] =                       '<div class="form-wizards-items-aside">';
343
-            $html[] =                           '<div class="btn-group-vertical">';
344
-            $html[] =                               $fieldControlHtml;
345
-            $html[] =                           '</div>';
346
-            $html[] =                       '</div>';
342
+            $html[] = '<div class="form-wizards-items-aside">';
343
+            $html[] = '<div class="btn-group-vertical">';
344
+            $html[] = $fieldControlHtml;
345
+            $html[] = '</div>';
346
+            $html[] = '</div>';
347 347
         }
348
-        $html[] =                   '</div>';
349
-        $html[] =               '</div>';
350
-        $html[] =           '</div>';
351
-        $html[] =           '<input type="hidden" name="' . htmlspecialchars($elementName) . '" value="' . htmlspecialchars(implode(',', $listOfSelectedValues)) . '" />';
352
-        $html[] =       '</div>';
348
+        $html[] = '</div>';
349
+        $html[] = '</div>';
350
+        $html[] = '</div>';
351
+        $html[] = '<input type="hidden" name="' . htmlspecialchars($elementName) . '" value="' . htmlspecialchars(implode(',', $listOfSelectedValues)) . '" />';
352
+        $html[] = '</div>';
353 353
         if (!empty($fieldWizardHtml)) {
354 354
             $html[] = '<div class="form-wizards-items-bottom">';
355 355
             $html[] = $fieldWizardHtml;
356 356
             $html[] = '</div>';
357 357
         }
358
-        $html[] =   '</div>';
358
+        $html[] = '</div>';
359 359
         $html[] = '</div>';
360 360
 
361 361
         $resultArray['requireJsModules'][] = ['TYPO3/CMS/Backend/FormEngine/Element/SelectMultipleSideBySideElement' => '
@@ -422,29 +422,29 @@  discard block
 block discarded – undo
422 422
 
423 423
         $html = [];
424 424
         $html[] = '<div class="formengine-field-item t3js-formengine-field-item">';
425
-        $html[] =   $fieldInformationHtml;
426
-        $html[] =   '<div class="form-wizards-wrap">';
427
-        $html[] =       '<div class="form-wizards-element">';
428
-        $html[] =           '<label>';
429
-        $html[] =               htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.selected'));
430
-        $html[] =           '</label>';
431
-        $html[] =           '<div class="form-wizards-wrap form-wizards-aside">';
432
-        $html[] =               '<div class="form-wizards-element">';
433
-        $html[] =                   '<select';
434
-        $html[] =                       ' id="' . StringUtility::getUniqueId('tceforms-multiselect-') . '"';
435
-        $html[] =                       ' size="' . $size . '"';
436
-        $html[] =                       ' class="form-control tceforms-multiselect"';
437
-        $html[] =                       $multiple;
438
-        $html[] =                       ' data-formengine-input-name="' . htmlspecialchars($fieldName) . '"';
439
-        $html[] =                       ' disabled="disabled">';
440
-        $html[] =                   '/>';
441
-        $html[] =                       implode(LF, $optionsHtml);
442
-        $html[] =                   '</select>';
443
-        $html[] =               '</div>';
444
-        $html[] =           '</div>';
445
-        $html[] =           '<input type="hidden" name="' . htmlspecialchars($fieldName) . '" value="' . htmlspecialchars(implode(',', $listOfSelectedValues)) . '" />';
446
-        $html[] =       '</div>';
447
-        $html[] =   '</div>';
425
+        $html[] = $fieldInformationHtml;
426
+        $html[] = '<div class="form-wizards-wrap">';
427
+        $html[] = '<div class="form-wizards-element">';
428
+        $html[] = '<label>';
429
+        $html[] = htmlspecialchars($languageService->sL('LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.selected'));
430
+        $html[] = '</label>';
431
+        $html[] = '<div class="form-wizards-wrap form-wizards-aside">';
432
+        $html[] = '<div class="form-wizards-element">';
433
+        $html[] = '<select';
434
+        $html[] = ' id="' . StringUtility::getUniqueId('tceforms-multiselect-') . '"';
435
+        $html[] = ' size="' . $size . '"';
436
+        $html[] = ' class="form-control tceforms-multiselect"';
437
+        $html[] = $multiple;
438
+        $html[] = ' data-formengine-input-name="' . htmlspecialchars($fieldName) . '"';
439
+        $html[] = ' disabled="disabled">';
440
+        $html[] = '/>';
441
+        $html[] = implode(LF, $optionsHtml);
442
+        $html[] = '</select>';
443
+        $html[] = '</div>';
444
+        $html[] = '</div>';
445
+        $html[] = '<input type="hidden" name="' . htmlspecialchars($fieldName) . '" value="' . htmlspecialchars(implode(',', $listOfSelectedValues)) . '" />';
446
+        $html[] = '</div>';
447
+        $html[] = '</div>';
448 448
         $html[] = '</div>';
449 449
 
450 450
         $resultArray['html'] = implode(LF, $html);
Please login to merge, or discard this patch.
typo3/sysext/core/Classes/Service/OpcodeCacheService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
                 'active' => extension_loaded('Zend OPcache') && ini_get('opcache.enable') === '1',
36 36
                 'version' => phpversion('Zend OPcache'),
37 37
                 'warning' => self::isClearable() ? false : 'Either opcache_invalidate or opcache_reset are disabled in this installation. Clearing will not work.',
38
-                'clearCallback' => static function ($fileAbsPath) {
38
+                'clearCallback' => static function($fileAbsPath) {
39 39
                     if (self::isClearable()) {
40 40
                         if ($fileAbsPath !== null) {
41 41
                             opcache_invalidate($fileAbsPath);
Please login to merge, or discard this patch.
typo3/sysext/core/Classes/DataHandling/Localization/DataMapProcessor.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1142,7 +1142,7 @@  discard block
 block discarded – undo
1142 1142
     {
1143 1143
         return array_filter(
1144 1144
             $items,
1145
-            function (DataMapItem $item) use ($type) {
1145
+            function(DataMapItem $item) use ($type) {
1146 1146
                 return $item->getType() === $type;
1147 1147
             }
1148 1148
         );
@@ -1158,7 +1158,7 @@  discard block
 block discarded – undo
1158 1158
     {
1159 1159
         $ids = array_filter(
1160 1160
             $ids,
1161
-            function ($id) {
1161
+            function($id) {
1162 1162
                 return MathUtility::canBeInterpretedAsInteger($id);
1163 1163
             }
1164 1164
         );
@@ -1176,7 +1176,7 @@  discard block
 block discarded – undo
1176 1176
     {
1177 1177
         return array_filter(
1178 1178
             $ids,
1179
-            function ($id) use ($tableName) {
1179
+            function($id) use ($tableName) {
1180 1180
                 return $this->findItem($tableName, $id) === null;
1181 1181
             }
1182 1182
         );
@@ -1191,7 +1191,7 @@  discard block
 block discarded – undo
1191 1191
     protected function mapRelationItemId(array $relationItems)
1192 1192
     {
1193 1193
         return array_map(
1194
-            function (array $relationItem) {
1194
+            function(array $relationItem) {
1195 1195
                 return (int)$relationItem['id'];
1196 1196
             },
1197 1197
             $relationItems
Please login to merge, or discard this patch.
typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
      */
92 92
     protected function getApplicableStaticRoute(array $staticRouteConfiguration, Site $site, string $uriPath): ?array
93 93
     {
94
-        $routeNames = array_map(function (?string $route) use ($site) {
94
+        $routeNames = array_map(function(?string $route) use ($site) {
95 95
             if ($route === null || $route === '') {
96 96
                 return null;
97 97
             }
Please login to merge, or discard this patch.
typo3/sysext/frontend/Classes/Http/RequestHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -458,7 +458,7 @@
 block discarded – undo
458 458
                                 $cssFileConfig['alternate'] ? 'alternate stylesheet' : 'stylesheet',
459 459
                                 $cssFileConfig['media'] ?: 'all',
460 460
                                 $cssFileConfig['title'] ?: '',
461
-                                $cssFileConfig['external']  || (bool)$cssFileConfig['inline'] ? false : empty($cssFileConfig['disableCompression']),
461
+                                $cssFileConfig['external'] || (bool)$cssFileConfig['inline'] ? false : empty($cssFileConfig['disableCompression']),
462 462
                                 (bool)$cssFileConfig['forceOnTop'],
463 463
                                 $cssFileConfig['allWrap'],
464 464
                                 (bool)$cssFileConfig['excludeFromConcatenation'] || (bool)$cssFileConfig['inline'],
Please login to merge, or discard this patch.
typo3/sysext/frontend/Classes/ServiceProvider.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,9 +39,9 @@
 block discarded – undo
39 39
     public function getFactories(): array
40 40
     {
41 41
         return [
42
-            Http\Application::class => [ static::class, 'getApplication' ],
43
-            Http\RequestHandler::class => [ static::class, 'getRequestHandler' ],
44
-            'frontend.middlewares' => [ static::class, 'getFrontendMiddlewares' ],
42
+            Http\Application::class => [static::class, 'getApplication'],
43
+            Http\RequestHandler::class => [static::class, 'getRequestHandler'],
44
+            'frontend.middlewares' => [static::class, 'getFrontendMiddlewares'],
45 45
         ];
46 46
     }
47 47
 
Please login to merge, or discard this patch.