Skip to content

Commit

Permalink
Fix: Mark class as final
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 4, 2023
1 parent e0c22fe commit 5a8b369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roave-bc-check.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
parameters:
ignoreErrors:
- '#\[BC\] CHANGED: Class Faker\\Core\\Coordinates became final#'
- '#\[BC\] CHANGED: Property Faker\\Factory::\$defaultProviders changed default value#'
- '#\[BC\] CHANGED: Property Faker\\Provider\\[a-z_A-Z]+\\[a-zA-Z]+::\$[1-9a-zA-Z]+ changed default value#'
- '#\[BC\] CHANGED: Property Faker\\Provider\\[a-zA-Z]+::\$[1-9a-zA-Z]+ changed default value#'
Expand Down
2 changes: 1 addition & 1 deletion src/Faker/Core/Coordinates.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* @experimental This class is experimental and does not fall under our BC promise
*/
class Coordinates implements Extension\Extension
final class Coordinates implements Extension\Extension
{
private Extension\NumberExtension $numberExtension;

Expand Down

0 comments on commit 5a8b369

Please sign in to comment.