Skip to content

Commit

Permalink
Fix: Reduce visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 4, 2023
1 parent 1f83b68 commit 11e2c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Container/ContainerBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function build(): ContainerInterface
* Get an array with extension that represent the default English
* functionality.
*/
public static function defaultExtensions(): array
private static function defaultExtensions(): array
{
return [
BarcodeExtension::class => Core\Barcode::class,
Expand Down

0 comments on commit 11e2c5f

Please sign in to comment.