@@ -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 | |