From eee81bb6c09a2e665b5eaef03349f3eab683df17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=A3o?= Date: Sat, 27 Oct 2018 16:55:52 +0100 Subject: [PATCH] Add abbreviature to 'travessa' and 'largo' --- src/Faker/Provider/pt_PT/Address.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faker/Provider/pt_PT/Address.php b/src/Faker/Provider/pt_PT/Address.php index a6e1009925..d804ff2c63 100644 --- a/src/Faker/Provider/pt_PT/Address.php +++ b/src/Faker/Provider/pt_PT/Address.php @@ -4,7 +4,7 @@ class Address extends \Faker\Provider\Address { - protected static $streetPrefix = array('Av.', 'Avenida', 'R.', 'Rua', 'Travessa', 'Largo'); + protected static $streetPrefix = array('Av.', 'Avenida', 'R.', 'Rua', 'Tv.', 'Travessa', 'Lg.', 'Largo'); protected static $streetNameFormats = array( '{{streetPrefix}} {{lastName}}',