Faker\Provider\en_GB\Address::secondaryAddress PHP Method

secondaryAddress() public static method

public static secondaryAddress ( )
    public static function secondaryAddress()
    {
        return static::bothify(static::randomElement(static::$secondaryAddressFormats));
    }