Skip to content

Commit

Permalink
Fix: Add DocBlock (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 21, 2023
1 parent 25a8f13 commit 5de3d13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Container/Container.php
Expand Up @@ -18,6 +18,9 @@ final class Container implements ContainerInterface
*/
private array $definitions;

/**
* @var array<string, Extension>
*/
private array $services = [];

/**
Expand Down

0 comments on commit 5de3d13

Please sign in to comment.