Completed
Push — master ( 046847...a01a40 )
by Jeroen De
82:01 queued 61:21
created
src/Cli/Install/UninstallCommandExecutor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -66,6 +66,9 @@
 block discarded – undo
66 66
 		$this->output->writeln( '<info>Uninstalling QueryR Replicator.</info>' );
67 67
 	}
68 68
 
69
+	/**
70
+	 * @param string $failureMessage
71
+	 */
69 72
 	private function reportUninstallationFailure( $failureMessage ) {
70 73
 		$this->writeProgressEnd( 'failed!' );
71 74
 		$this->writeError( 'Error! Removal of QueryR Replicator failed.' );
Please login to merge, or discard this patch.
src/Cli/Install/InstallCommandExecutor.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -67,6 +67,9 @@
 block discarded – undo
67 67
 		}
68 68
 	}
69 69
 
70
+	/**
71
+	 * @param string $failureMessage
72
+	 */
70 73
 	private function reportInstallationFailure( $failureMessage ) {
71 74
 		$this->writeProgressEnd( 'failed!' );
72 75
 		$this->writeError( 'Error! Installation of QueryR Replicator failed.' );
Please login to merge, or discard this patch.