Commit 342bad9 1 parent 0f704c8 commit 342bad9 Copy full SHA for 342bad9
File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ parameters:
38
38
- ' #\[BC\] REMOVED: Class Faker\\Extension\\ContainerException has been deleted#'
39
39
- ' #\[BC\] REMOVED: Class Faker\\Extension\\NotInContainerException has been deleted#'
40
40
- ' #\[BC\] REMOVED: Method Faker\\Container\\Container\#getDefinitions\(\) was removed#'
41
+ - ' #\[BC\] REMOVED: Method Faker\\Container\\ContainerBuilder::getDefault\(\) was removed#'
41
42
- ' #\[BC\] REMOVED: Method Faker\\Container\\ContainerBuilder\::defaultExtensions\(\) was removed#'
42
43
- ' #\[BC\] REMOVED: Method Faker\\Container\\ContainerInterface\#getDefinitions\(\) was removed#'
43
44
- ' #\[BC\] REMOVED: Method Faker\\Core\\DateTime\#getDefaultTimezone\(\) was removed#'
Original file line number Diff line number Diff line change @@ -65,9 +65,4 @@ public static function withDefaultExtensions(): self
65
65
66
66
return $ instance ;
67
67
}
68
-
69
- public static function getDefault (): ContainerInterface
70
- {
71
- return self ::withDefaultExtensions ()->build ();
72
- }
73
68
}
You can’t perform that action at this time.
0 commit comments