Faker\Provider\Text::appendEnd PHP Method

appendEnd() protected static method

protected static appendEnd ( $text )
    protected static function appendEnd($text)
    {
        return rtrim($text, ',— ') . '.';
    }