@@ -20,12 +20,16 @@ class Address extends \Faker\Provider\Address
2020 '{{streetName}}, {{buildingNumber}}, {{secondaryAddress}} ' ,
2121 ];
2222
23- /** @link http://www.univ-ab.pt/PINTAC/carta_normas.htm address example in letters **/
23+ /**
24+ * @link http://www.univ-ab.pt/PINTAC/carta_normas.htm address example in letters *
25+ */
2426 protected static $ addressFormats = [
2527 '{{streetAddress}} {{postcode}} {{city}} ' ,
2628 ];
2729
28- /** @link http://www.mapadeportugal.net/indicecidades.asp **/
30+ /**
31+ * @link http://www.mapadeportugal.net/indicecidades.asp *
32+ */
2933 private static $ cities = [
3034 'Abrantes ' , 'Agualva-Cacém ' , 'Águeda ' , 'Albufeira ' , 'Alcácer do Sal ' , 'Alcobaça ' , 'Almada ' , 'Almeirim ' , 'Alverca do Ribatejo ' , 'Amadora ' , 'Amarante ' , 'Amora ' , 'Anadia ' , 'Angra do Heroísmo ' , 'Aveiro ' , 'Barcelos ' , 'Barreiro ' ,
3135 'Beja ' , 'Braga ' , 'Bragança ' , 'Caldas da Rainha ' , 'Camara de Lobos ' , 'Cantanhede ' , 'Cartaxo ' , 'Castelo Branco ' , 'Chaves ' , 'Coimbra ' , 'Covilhã ' , 'Elvas ' , 'Entroncamento ' , 'Ermesinde ' , 'Esmoriz ' , 'Espinho ' , 'Esposende ' , 'Estarreja ' ,
@@ -62,7 +66,9 @@ public static function secondaryAddress()
6266 return static ::numerify (static ::randomElement (static ::$ secondaryAddressFormats ));
6367 }
6468
65- /** @link http://www.indexmundi.com/pt/ **/
69+ /**
70+ * @link http://www.indexmundi.com/pt/ *
71+ */
6672 protected static $ country = [
6773 'Afeganistão ' , 'África do Sul ' , 'Albânia ' , 'Alemanha ' , 'Andorra ' ,
6874 'Angola ' , 'Antigua e Barbuda ' , 'Arabia Saudita ' , 'Argélia ' ,
0 commit comments