Skip to content

Commit

Permalink
Merge branch 'FakerPHP:2.0' into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentmuller authored Feb 27, 2025
2 parents 294a934 + 36ab451 commit 1901ac6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions roave-bc-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,17 @@ parameters:
- '#\[BC\] REMOVED: Method Faker\\Core\\DateTime\#setTimezone\(\) was removed#'
- '#\[BC\] REMOVED: Method Faker\\Generator\#uuid3\(\) was removed#'
- '#\[BC\] REMOVED: Method Faker\\Generator\#uuid\(\) was removed#'
- '#\[BC\] REMOVED: Method Faker\\Provider\\fr_FR\\PhoneNumber\#phoneNumber06\(\) was removed#'
- '#\[BC\] REMOVED: Method Faker\\Provider\\fr_FR\\PhoneNumber\#phoneNumber06WithSeparator\(\) was removed#'
- '#\[BC\] REMOVED: Method Faker\\Provider\\ru_RU\\Person\#lastNameMale\(\) was removed#'
- '#\[BC\] REMOVED: Method Faker\\Provider\\ru_RU\\Person\#lastNameFemale\(\) was removed#'
- '#\[BC\] CHANGED: The number of required arguments for Faker\\Core\\Color\#__construct\(\) increased from 0 to 1#'
- '#\[BC\] CHANGED: The parameter $numberExtension of Faker\\Core\\Color\#__construct\(\) changed from Faker\\Extension\\NumberExtension|null to a non-contravariant Faker\\Extension\\NumberExtension#'
- '#\[BC\] CHANGED: The number of required arguments for Faker\\Core\\Coordinates\#__construct\(\) increased from 0 to 1#'
- '#\[BC\] CHANGED: The parameter $numberExtension of Faker\\Core\\Coordinates\#__construct\(\) changed from Faker\\Extension\\NumberExtension|null to a non-contravariant Faker\\Extension\\NumberExtension#'
- '#\[BC\] CHANGED: The number of required arguments for Faker\\Core\\Uuid\#__construct\(\) increased from 0 to 1#'
- '#\[BC\] CHANGED: The parameter $numberExtension of Faker\\Core\\Uuid\#__construct\(\) changed from Faker\\Extension\\NumberExtension|null to a non-contravariant Faker\\Extension\\NumberExtension#'
- '#\[BC\] CHANGED: The number of required arguments for Faker\\Core\\Barcode\#__construct\(\) increased from 0 to 1#'
- '#\[BC\] CHANGED: The parameter $numberExtension of Faker\\Core\\Barcode\#__construct\(\) changed from Faker\\Extension\\NumberExtension|null to a non-contravariant Faker\\Extension\\NumberExtension#'
- '#\[BC\] CHANGED: The number of required arguments for Faker\\Core\\Version\#__construct\(\) increased from 0 to 1#'
- '#\[BC\] CHANGED: The parameter $numberExtension of Faker\\Core\\Version\#__construct\(\) changed from Faker\\Extension\\NumberExtension|null to a non-contravariant Faker\\Extension\\NumberExtension#'

0 comments on commit 1901ac6

Please sign in to comment.