Piwik\UpdateCheck\ReleaseChannel::doesPreferStable PHP Method

doesPreferStable() public method

Whether only stable versions are wanted or also beta versions.
public doesPreferStable ( ) : boolean
return boolean
    public function doesPreferStable()
    {
        return true;
    }