Completed
Pull Request — master (#597)
by Mateusz
03:44
created
code/AbortableProcess.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -13,6 +13,10 @@
 block discarded – undo
13 13
  * will still get called if we loop over ->isRunning.
14 14
  */
15 15
 class SymfonyProcessFixer extends \Symfony\Component\Process\Process {
16
+
17
+	/**
18
+	 * @param Closure $callback
19
+	 */
16 20
 	public function run($callback = null) {
17 21
 		parent::start($callback);
18 22
 		while(parent::isRunning()) {
Please login to merge, or discard this patch.