Skip to content

Commit

Permalink
Added excludes for BC (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
pimjansen committed Jan 23, 2022
1 parent 34d231f commit 4e63216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roave-bc-check.yaml
Expand Up @@ -4,3 +4,7 @@ parameters:
- '#\[BC\] CHANGED: Property Faker\\Provider\\[a-z_A-Z]+\\[a-zA-Z]+::\$[1-9a-zA-Z]+ changed default value#'
- '#\[BC\] CHANGED: Property Faker\\Factory::\$defaultProviders changed default value#'
- '#\[BC\] CHANGED: Type documentation for property Faker\\Provider\\en_ZA\\Internet::\$tld changed from having no type to array#'
- '#\[BC\] CHANGED: The parameter \$generator of Faker\\ValidGenerator\#\_\_construct\(\) changed from Faker\\Generator to no type#'
- '#\[BC\] CHANGED: The parameter \$generator of Faker\\UniqueGenerator\#\_\_construct\(\) changed from Faker\\Generator to no type#'
- '#\[BC\] CHANGED: The return type of Faker\\Extension\\PersonExtension\#name\(\) changed from no type to string#'
- '#\[BC\] CHANGED: The parameter \$max of Faker\\Extension\\NumberExtension\#randomFloat\(\) changed from float to float\|null#'

0 comments on commit 4e63216

Please sign in to comment.