Skip to content

Commit

Permalink
Fix: Remove unnecessary initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 20, 2020
1 parent ed2442f commit 38ef437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Container/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class Container implements ContainerInterface
/**
* @var array<string, callable|string|object>
*/
private $definitions = [];
private $definitions;
private $services = [];

public function __construct(array $definitions)
Expand Down

0 comments on commit 38ef437

Please sign in to comment.