Completed
Push — master ( 7830fd...6b6dd7 )
by Jeroen De
07:58 queued 23s
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
@@ -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.