for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Robo\Traits\Common;
use Robo\Common\CommandArguments;
class CommandArgumentsHost
{
use CommandArguments;
/**
* @return string
*/
public function getArguments()
return $this->arguments;
}