Dunglas\PhpDocToTypeHint\ConvertCommand::__construct PHP Method

__construct() public method

public __construct ( $name = null )
    public function __construct($name = null)
    {
        $this->differ = new Differ();
        parent::__construct($name);
    }