File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ def stock_market
9797 ##
9898 # Returns a random condominium fiscal code.
9999 #
100- # @param country [String] Two capital letter country code to use for the vat number.
100+ # @param country [String] Two capital letter country code to use for the condominium fiscal code number.
101101 # @return [String]
102102 #
103103 # @example
104- # Faker::Finance.condominium_fiscal_code #=> "012345678 "
104+ # Faker::Finance.condominium_fiscal_code #=> "01234567890 "
105105 #
106106 # @faker.version next
107107 def condominium_fiscal_code ( country : 'IT' )
Original file line number Diff line number Diff line change 4949 - /6771 #########{5,6}L/
5050 - /6709 #########{5,6}L/
5151 condominium_fiscal_code :
52- IT : " #########"
52+ IT : " ########### "
5353 vat_number :
5454 AT : " ATU########"
5555 AR : " AR###########"
You can’t perform that action at this time.
0 commit comments