@@ -785,11 +785,11 @@ |
||
785 | 785 | } |
786 | 786 | |
787 | 787 | return '<div class="form-inline"><div class="form-group"><p>' |
788 | - . '<label for="field_simulate" style="margin-right: 20px;">' |
|
789 | - . htmlspecialchars($this->getLanguageService()->sL('LLL:EXT:setup/Resources/Private/Language/locallang.xlf:simulate')) |
|
790 | - . '</label>' |
|
791 | - . $this->simulateSelector |
|
792 | - . '</p></div></div>'; |
|
788 | + . '<label for="field_simulate" style="margin-right: 20px;">' |
|
789 | + . htmlspecialchars($this->getLanguageService()->sL('LLL:EXT:setup/Resources/Private/Language/locallang.xlf:simulate')) |
|
790 | + . '</label>' |
|
791 | + . $this->simulateSelector |
|
792 | + . '</p></div></div>'; |
|
793 | 793 | } |
794 | 794 | |
795 | 795 | /** |
@@ -605,10 +605,10 @@ |
||
605 | 605 | case '10': |
606 | 606 | // Sounds like |
607 | 607 | /** |
608 | - * Indexer object |
|
609 | - * |
|
610 | - * @var Indexer |
|
611 | - */ |
|
608 | + * Indexer object |
|
609 | + * |
|
610 | + * @var Indexer |
|
611 | + */ |
|
612 | 612 | $indexerObj = GeneralUtility::makeInstance(Indexer::class); |
613 | 613 | // Perform metaphone search |
614 | 614 | $storeMetaphoneInfoAsWords = !$this->isTableUsed('index_words'); |
@@ -4647,7 +4647,7 @@ |
||
4647 | 4647 | * |
4648 | 4648 | * @param int $targetPid Target page id |
4649 | 4649 | * @return mixed Return domain data or NULL |
4650 | - */ |
|
4650 | + */ |
|
4651 | 4651 | public function getDomainDataForPid($targetPid) |
4652 | 4652 | { |
4653 | 4653 | // Using array_key_exists() here, nice $result can be NULL |
@@ -512,8 +512,8 @@ |
||
512 | 512 | } |
513 | 513 | |
514 | 514 | /** |
515 | - * @return string The HTML for the menu |
|
516 | - */ |
|
515 | + * @return string The HTML for the menu |
|
516 | + */ |
|
517 | 517 | public function writeMenu() |
518 | 518 | { |
519 | 519 | return ''; |
@@ -22,11 +22,11 @@ |
||
22 | 22 | class FileReference extends \TYPO3\CMS\Extbase\Domain\Model\AbstractFileFolder |
23 | 23 | { |
24 | 24 | /** |
25 | - * Uid of the referenced sys_file. Needed for extbase to serialize the |
|
26 | - * reference correctly. |
|
27 | - * |
|
28 | - * @var int |
|
29 | - */ |
|
25 | + * Uid of the referenced sys_file. Needed for extbase to serialize the |
|
26 | + * reference correctly. |
|
27 | + * |
|
28 | + * @var int |
|
29 | + */ |
|
30 | 30 | protected $uidLocal; |
31 | 31 | |
32 | 32 | /** |
@@ -174,10 +174,10 @@ |
||
174 | 174 | if (!empty($frameworkConfiguration['persistence']['storagePid'])) { |
175 | 175 | if (is_array($frameworkConfiguration['persistence']['storagePid'])) { |
176 | 176 | /** |
177 | - * We simulate the frontend to enable the use of cObjects in |
|
178 | - * stdWrap. Than we convert the configuration to normal TypoScript |
|
179 | - * and apply the stdWrap to the storagePid |
|
180 | - */ |
|
177 | + * We simulate the frontend to enable the use of cObjects in |
|
178 | + * stdWrap. Than we convert the configuration to normal TypoScript |
|
179 | + * and apply the stdWrap to the storagePid |
|
180 | + */ |
|
181 | 181 | if (!$this->environmentService->isEnvironmentInFrontendMode()) { |
182 | 182 | \TYPO3\CMS\Extbase\Utility\FrontendSimulatorUtility::simulateFrontendEnvironment($this->getContentObject()); |
183 | 183 | } |
@@ -32,8 +32,8 @@ |
||
32 | 32 | abstract class AbstractElementBrowser |
33 | 33 | { |
34 | 34 | /** |
35 | - * @var DocumentTemplate |
|
36 | - */ |
|
35 | + * @var DocumentTemplate |
|
36 | + */ |
|
37 | 37 | protected $doc; |
38 | 38 | |
39 | 39 | /** |
@@ -57,8 +57,8 @@ |
||
57 | 57 | protected $elements = []; |
58 | 58 | |
59 | 59 | /** |
60 | - * @var string |
|
61 | - */ |
|
60 | + * @var string |
|
61 | + */ |
|
62 | 62 | protected $searchWord; |
63 | 63 | |
64 | 64 | /** |
@@ -79,7 +79,7 @@ |
||
79 | 79 | } |
80 | 80 | |
81 | 81 | return '<img src="' . htmlspecialchars(PathUtility::getAbsoluteWebPath($icon)) |
82 | - . '" width="16" height="16" title="' . htmlspecialchars($title) |
|
83 | - . '" alt="' . htmlspecialchars($title) . '" />'; |
|
82 | + . '" width="16" height="16" title="' . htmlspecialchars($title) |
|
83 | + . '" alt="' . htmlspecialchars($title) . '" />'; |
|
84 | 84 | } |
85 | 85 | } |