SebastianBergmann\PHPCPD\CLI\Application::getDefinition PHP Метод

getDefinition() публичный Метод

Overridden so that the application doesn't expect the command name to be the first argument.
public getDefinition ( )
    public function getDefinition()
    {
        $inputDefinition = parent::getDefinition();
        $inputDefinition->setArguments();
        return $inputDefinition;
    }