Completed
Pull Request — master (#870)
by
unknown
35s
created
lib/Model/Runner.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -397,11 +397,11 @@
 block discarded – undo
397 397
 		} catch (TickIsNotAliveException $e) {
398 398
 			$this->output('No Force Quit');
399 399
 			/**
400
-                         * ToDo: we must collect all errors and publish the error messages once the job finishes 
400
+			 * ToDo: we must collect all errors and publish the error messages once the job finishes 
401 401
 			 * to allow the admin or the user to fix the problems or accept that not all files are indexed.
402
-   			 * Obviously there are probably many more files not indexed if the "Force Quit" cause can not be fixed for some reason.
403
-                         * exit();
404
-                        */
402
+			 * Obviously there are probably many more files not indexed if the "Force Quit" cause can not be fixed for some reason.
403
+			 * exit();
404
+			 */
405 405
 		}
406 406
 
407 407
 		
Please login to merge, or discard this patch.