@@ -65,6 +65,9 @@ |
||
| 65 | 65 | ); |
| 66 | 66 | } |
| 67 | 67 | |
| 68 | + /** |
|
| 69 | + * @param string $failureMessage |
|
| 70 | + */ |
|
| 68 | 71 | private function reportInstallationFailure( $failureMessage ) { |
| 69 | 72 | $this->writeProgressEnd( 'failed!' ); |
| 70 | 73 | $this->writeError( 'Error! Installation of QueryR Replicator failed.' ); |
@@ -66,6 +66,9 @@ |
||
| 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.' ); |