Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
tabs replaced with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Jivesh authored and Jivesh committed Jan 5, 2017
1 parent cf5b8aa commit e0d21e8
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions src/Faker/Provider/en_IN/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,32 +28,32 @@ class Address extends \Faker\Provider\Address
);

protected static $state = array(
// States
// States
'Andhra Pradesh', 'Arunachal Pradesh', 'Assam',
'Bihar',
'Chhattisgarh',
'Goa', 'Gujarat',
'Haryana', 'Himachal Pradesh',
'Jammu and Kashmir',
'Jharkhand',
'Karnataka', 'Kerala',
'Madhya Pradesh', 'Maharashtra', 'Manipur', 'Meghalaya', 'Mizoram',
'Nagaland',
'Odisha',
'Punjab',
'Rajasthan',
'Sikkim',
'Tamil Nadu', 'Telangana', 'Tripura',
'Uttar Pradesh', 'Uttarakhand',
'West Bengal',
// Union Territories
'Andaman and Nicobar Islands',
'Chandigarh',
'Dadra and Nagar Haveli', 'Daman and Diu', 'Delhi',
'Lakshadweep',
'Puducherry'
'Bihar',
'Chhattisgarh',
'Goa', 'Gujarat',
'Haryana', 'Himachal Pradesh',
'Jammu and Kashmir',
'Jharkhand',
'Karnataka', 'Kerala',
'Madhya Pradesh', 'Maharashtra', 'Manipur', 'Meghalaya', 'Mizoram',
'Nagaland',
'Odisha',
'Punjab',
'Rajasthan',
'Sikkim',
'Tamil Nadu', 'Telangana', 'Tripura',
'Uttar Pradesh', 'Uttarakhand',
'West Bengal',
// Union Territories
'Andaman and Nicobar Islands',
'Chandigarh',
'Dadra and Nagar Haveli', 'Daman and Diu', 'Delhi',
'Lakshadweep',
'Puducherry'
);

protected static $stateAbbr = array(
Expand Down Expand Up @@ -106,7 +106,7 @@ class Address extends \Faker\Provider\Address
protected static $postcode = array(
'1#####','2#####','3#####','4#####','5#####',
);
protected static $localityFormats = array (
protected static $localityFormats = array(
'{{firstName}}{{areaSuffix}}',
'{{localityName}}'
);
Expand Down

0 comments on commit e0d21e8

Please sign in to comment.