@@ -31,6 +31,9 @@ |
||
31 | 31 | static::executeCommand($event, $consoleDir, 'rabbitmq:vhost:define '.$vhost, $options['process-timeout']); |
32 | 32 | } |
33 | 33 | |
34 | + /** |
|
35 | + * @param string $cmd |
|
36 | + */ |
|
34 | 37 | protected static function executeCommand(CommandEvent $event, $consoleDir, $cmd, $timeout = 300) |
35 | 38 | { |
36 | 39 | $php = escapeshellarg(static::getPhp(false)); |