We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -67,7 +67,8 @@ discard block |
||
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | |
| 70 | - public function addMetadataAction() { |
|
| 70 | + public function addMetadataAction() |
|
| 71 | + { |
|
| 71 | 72 | // Include metadata definition file. |
| 72 | 73 | $metadataDefaults = include (ExtensionManagementUtility::extPath($this->extKey) . 'Resources/Private/Data/MetadataDefaults.php'); |
| 73 | 74 | $i = 0; |
@@ -121,7 +122,8 @@ discard block |
||
| 121 | 122 | $this->forward('index'); |
| 122 | 123 | } |
| 123 | 124 | |
| 124 | - public function addSolrCoreAction() { |
|
| 125 | + public function addSolrCoreAction() |
|
| 126 | + { |
|
| 125 | 127 | $this->pid = (int) GeneralUtility::_GP('id'); |
| 126 | 128 | // Build data array. |
| 127 | 129 | $data['tx_dlf_solrcores'][uniqid('NEW')] = [ |
@@ -150,7 +152,8 @@ discard block |
||
| 150 | 152 | $this->forward('index'); |
| 151 | 153 | } |
| 152 | 154 | |
| 153 | - public function addStructureAction() { |
|
| 155 | + public function addStructureAction() |
|
| 156 | + { |
|
| 154 | 157 | $this->pid = (int) GeneralUtility::_GP('id'); |
| 155 | 158 | // Include structure definition file. |
| 156 | 159 | $structureDefaults = include (ExtensionManagementUtility::extPath($this->extKey) . 'Resources/Private/Data/StructureDefaults.php'); |