Completed
Push — master ( ccf9da...a3e598 )
by Maxence
01:57
created
lib/Command/Index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
 
115 115
 			$providers = $this->providerService->getProviders();
116 116
 			foreach ($providers as $provider) {
117
-				$this->runner->output('indexing ' . $provider->getName() . '.');
117
+				$this->runner->output('indexing '.$provider->getName().'.');
118 118
 				$provider->setRunner($this->runner);
119 119
 				$this->indexProvider($provider);
120 120
 			}
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
 		$users = $this->userManager->search('');
142 142
 
143 143
 		foreach ($users as $user) {
144
-			$this->runner->output(' USER: ' . $user->getUID());
144
+			$this->runner->output(' USER: '.$user->getUID());
145 145
 			$this->indexService->indexProviderContentFromUser(
146 146
 				$platform, $provider, $user->getUID()
147 147
 			);
Please login to merge, or discard this patch.