Test Failed
Push — master ( d27466...6bfbfe )
by Joe
02:05
created
src/Plugin.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -181,6 +181,9 @@
 block discarded – undo
181 181
 		}
182 182
 	}
183 183
 
184
+	/**
185
+	 * @param string $commandline
186
+	 */
184 187
 	public static function runProcess(Event $event, $commandline) {
185 188
 		if ($event->getIO()->isVerbose() === TRUE)
186 189
 			$event->getIO()->write(sprintf('Running <info>%s</info>', $commandline));
Please login to merge, or discard this patch.