@@ -123,7 +123,7 @@ |
||
| 123 | 123 | |
| 124 | 124 | if ($coresReloaded) { |
| 125 | 125 | $this->addFlashMessage( |
| 126 | - 'Core configuration reloaded ('.implode(', ', $reloadedCores).').', |
|
| 126 | + 'Core configuration reloaded (' . implode(', ', $reloadedCores) . ').', |
|
| 127 | 127 | '', |
| 128 | 128 | FlashMessage::OK |
| 129 | 129 | ); |
@@ -173,7 +173,7 @@ |
||
| 173 | 173 | 'auth', // service type |
| 174 | 174 | AuthorizationService::class, |
| 175 | 175 | // service key |
| 176 | - [ // service meta data |
|
| 176 | + [// service meta data |
|
| 177 | 177 | 'title' => 'Solr Indexer Authorization', |
| 178 | 178 | 'description' => 'Authorizes the Solr Index Queue indexer to access protected pages.', |
| 179 | 179 | |
@@ -48,7 +48,7 @@ |
||
| 48 | 48 | */ |
| 49 | 49 | public function __construct($TCA = null) |
| 50 | 50 | { |
| 51 | - $this->tca = (array) (is_null($TCA) ? $GLOBALS['TCA'] : $TCA); |
|
| 51 | + $this->tca = (array)(is_null($TCA) ? $GLOBALS['TCA'] : $TCA); |
|
| 52 | 52 | } |
| 53 | 53 | |
| 54 | 54 | /** |