@@ -155,7 +155,7 @@ |
||
| 155 | 155 | IFullTextSearchPlatform $platform, IFullTextSearchProvider $provider, string $userId, |
| 156 | 156 | IndexOptions $options |
| 157 | 157 | ) { |
| 158 | - $this->updateRunnerAction('generateIndex' . $provider->getName()); |
|
| 158 | + $this->updateRunnerAction('generateIndex'.$provider->getName()); |
|
| 159 | 159 | $this->updateRunnerInfoArray( |
| 160 | 160 | [ |
| 161 | 161 | 'userId' => $userId, |
@@ -143,7 +143,7 @@ |
||
| 143 | 143 | $defaultValue = $this->defaults[$key]; |
| 144 | 144 | } |
| 145 | 145 | |
| 146 | - return (string) $this->config->getAppValue(Application::APP_ID, $key, $defaultValue); |
|
| 146 | + return (string)$this->config->getAppValue(Application::APP_ID, $key, $defaultValue); |
|
| 147 | 147 | } |
| 148 | 148 | |
| 149 | 149 | /** |
@@ -127,7 +127,7 @@ |
||
| 127 | 127 | } |
| 128 | 128 | |
| 129 | 129 | return array_map( |
| 130 | - function (Index $index): array { |
|
| 130 | + function(Index $index): array { |
|
| 131 | 131 | return $index->asSitemap($this->urlGenerator); |
| 132 | 132 | }, |
| 133 | 133 | $this->indexesRequest->getQueuedIndexes($collection, false, $length) |
@@ -74,10 +74,10 @@ |
||
| 74 | 74 | */ |
| 75 | 75 | protected function execute(InputInterface $input, OutputInterface $output) { |
| 76 | 76 | $collections = $this->collectionService->getCollections(); |
| 77 | - $output->writeln('found ' . sizeof($collections) . ' collection(s)'); |
|
| 77 | + $output->writeln('found '.sizeof($collections).' collection(s)'); |
|
| 78 | 78 | |
| 79 | 79 | foreach ($this->collectionService->getCollections() as $collection) { |
| 80 | - $output->writeln('- ' . $collection); |
|
| 80 | + $output->writeln('- '.$collection); |
|
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | return 0; |