We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -580,18 +580,18 @@ |
||
580 | 580 | return $original; |
581 | 581 | } |
582 | 582 | |
583 | - /** |
|
584 | - * Process a data and/or command map with TYPO3 core engine as admin. |
|
585 | - * |
|
586 | - * @access public |
|
587 | - * |
|
588 | - * @param array $data: Data map |
|
589 | - * @param array $cmd: Command map |
|
590 | - * @param boolean $reverseOrder: Should the data map be reversed? |
|
591 | - * @param boolean $cmdFirst: Should the command map be processed first? |
|
592 | - * |
|
593 | - * @return array Array of substituted "NEW..." identifiers and their actual UIDs. |
|
594 | - */ |
|
583 | + /** |
|
584 | + * Process a data and/or command map with TYPO3 core engine as admin. |
|
585 | + * |
|
586 | + * @access public |
|
587 | + * |
|
588 | + * @param array $data: Data map |
|
589 | + * @param array $cmd: Command map |
|
590 | + * @param boolean $reverseOrder: Should the data map be reversed? |
|
591 | + * @param boolean $cmdFirst: Should the command map be processed first? |
|
592 | + * |
|
593 | + * @return array Array of substituted "NEW..." identifiers and their actual UIDs. |
|
594 | + */ |
|
595 | 595 | public static function processDBasAdmin(array $data = [], array $cmd = [], $reverseOrder = FALSE, $cmdFirst = FALSE) { |
596 | 596 | if (TYPO3_MODE === 'BE' |
597 | 597 | && $GLOBALS['BE_USER']->isAdmin()) { |
@@ -422,7 +422,7 @@ |
||
422 | 422 | $GLOBALS['LANG']->getLL('update.documentSetFormatForOldEntriesOkay', TRUE), |
423 | 423 | $GLOBALS['LANG']->getLL('update.documentSetFormatForOldEntries', TRUE), |
424 | 424 | \TYPO3\CMS\Core\Messaging\FlashMessage::OK |
425 | - ); |
|
425 | + ); |
|
426 | 426 | } else { |
427 | 427 | Helper::addMessage( |
428 | 428 | $GLOBALS['LANG']->getLL('update.documentSetFormatForOldEntriesNotOkay', TRUE), |